hostdb 0.14.14 → 0.14.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/databases.json +3 -3
- package/lib/databases.ts +0 -1
- package/package.json +1 -1
- package/releases.json +13 -9
package/databases.json
CHANGED
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"defaultUser": null,
|
|
260
260
|
"queryLanguage": "MQL"
|
|
261
261
|
},
|
|
262
|
-
"status": "
|
|
262
|
+
"status": "completed"
|
|
263
263
|
},
|
|
264
264
|
"foundationdb": {
|
|
265
265
|
"displayName": "FoundationDB",
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"linux-arm64": true,
|
|
663
663
|
"darwin-x64": true,
|
|
664
664
|
"darwin-arm64": true,
|
|
665
|
-
"win32-x64":
|
|
665
|
+
"win32-x64": true
|
|
666
666
|
},
|
|
667
667
|
"cliTools": {
|
|
668
668
|
"server": "postgres",
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"defaultUser": "postgres",
|
|
679
679
|
"queryLanguage": "SQL"
|
|
680
680
|
},
|
|
681
|
-
"status": "
|
|
681
|
+
"status": "completed"
|
|
682
682
|
},
|
|
683
683
|
"qdrant": {
|
|
684
684
|
"displayName": "Qdrant",
|
package/lib/databases.ts
CHANGED
package/package.json
CHANGED
package/releases.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./schemas/releases.schema.json",
|
|
3
3
|
"repository": "robertjbass/hostdb",
|
|
4
|
-
"lastUpdated": "2026-01-24T01:01:53.290Z",
|
|
5
4
|
"databases": {
|
|
6
5
|
"clickhouse": {
|
|
7
6
|
"25.12.3.21": {
|
|
@@ -598,23 +597,28 @@
|
|
|
598
597
|
"platforms": {
|
|
599
598
|
"darwin-arm64": {
|
|
600
599
|
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-darwin-arm64.tar.gz",
|
|
601
|
-
"sha256": "
|
|
602
|
-
"size":
|
|
600
|
+
"sha256": "6999ac5e7f9ff8c71e5d332f02798fff3f65d0487b4c62a4fddf20a08d080943",
|
|
601
|
+
"size": 37575761
|
|
603
602
|
},
|
|
604
603
|
"darwin-x64": {
|
|
605
604
|
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-darwin-x64.tar.gz",
|
|
606
|
-
"sha256": "
|
|
607
|
-
"size":
|
|
605
|
+
"sha256": "0aef491eaa7efc192087bcf4a336be5a253c65eca658b371f1acae01fd4ae910",
|
|
606
|
+
"size": 45061627
|
|
608
607
|
},
|
|
609
608
|
"linux-arm64": {
|
|
610
609
|
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-linux-arm64.tar.gz",
|
|
611
|
-
"sha256": "
|
|
612
|
-
"size":
|
|
610
|
+
"sha256": "f75498c2627eb12253e3f4396037a2169ff81eaefb8832885720c1161de24ef2",
|
|
611
|
+
"size": 38428528
|
|
613
612
|
},
|
|
614
613
|
"linux-x64": {
|
|
615
614
|
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-linux-x64.tar.gz",
|
|
616
|
-
"sha256": "
|
|
617
|
-
"size":
|
|
615
|
+
"sha256": "a7f9e54ccf268670dd48f052201bd002c673cd38156475ed7235405bb0a2c621",
|
|
616
|
+
"size": 38835739
|
|
617
|
+
},
|
|
618
|
+
"win32-x64": {
|
|
619
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-win32-x64.zip",
|
|
620
|
+
"sha256": "3305c27b01307c6b3cb43df376d463fd191f2bb12da134f17520a206804eb469",
|
|
621
|
+
"size": 334867318
|
|
618
622
|
}
|
|
619
623
|
}
|
|
620
624
|
}
|