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",