From 05a3615d985ce9246de531878c20e53fe44dc07e Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Fri, 23 Jan 2026 16:58:09 +0400 Subject: [PATCH] feat: Add DoltgreSQL entry to `software.json` --- resources/software.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/software.json b/resources/software.json index c87ea98..9a09eff 100644 --- a/resources/software.json +++ b/resources/software.json @@ -69,6 +69,23 @@ "version-command": "version" } }, + { + "name": "DoltgreSQL", + "alias": "doltgres", + "description": "DoltgreSQL is a Postgres-compatible version of Dolt - a SQL database that you can fork, clone, branch, merge, push and pull.", + "homepage": "https://www.dolthub.com", + "repositories": [ + { + "type": "github", + "uri": "dolthub/doltgresql", + "asset-pattern": "/^doltgresql-.*/" + } + ], + "binary": { + "name": "doltgres", + "version-command": "version" + } + }, { "name": "ProtoC PHP gRPC Plugin", "alias": "protoc-gen-php-grpc",