Skip to content

Commit 05a3615

Browse files
committed
feat: Add DoltgreSQL entry to software.json
1 parent 6514fda commit 05a3615

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

resources/software.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,23 @@
6969
"version-command": "version"
7070
}
7171
},
72+
{
73+
"name": "DoltgreSQL",
74+
"alias": "doltgres",
75+
"description": "DoltgreSQL is a Postgres-compatible version of Dolt - a SQL database that you can fork, clone, branch, merge, push and pull.",
76+
"homepage": "https://www.dolthub.com",
77+
"repositories": [
78+
{
79+
"type": "github",
80+
"uri": "dolthub/doltgresql",
81+
"asset-pattern": "/^doltgresql-.*/"
82+
}
83+
],
84+
"binary": {
85+
"name": "doltgres",
86+
"version-command": "version"
87+
}
88+
},
7289
{
7390
"name": "ProtoC PHP gRPC Plugin",
7491
"alias": "protoc-gen-php-grpc",

0 commit comments

Comments
 (0)