hostdb 0.14.13 → 0.14.15
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 +34 -1
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-23T06:56:10.399Z",
|
|
5
4
|
"databases": {
|
|
6
5
|
"clickhouse": {
|
|
7
6
|
"25.12.3.21": {
|
|
@@ -590,6 +589,40 @@
|
|
|
590
589
|
}
|
|
591
590
|
}
|
|
592
591
|
},
|
|
592
|
+
"postgresql-documentdb": {
|
|
593
|
+
"17-0.107.0": {
|
|
594
|
+
"version": "17-0.107.0",
|
|
595
|
+
"releaseTag": "postgresql-documentdb-17-0.107.0",
|
|
596
|
+
"releasedAt": "2026-01-23T23:05:02Z",
|
|
597
|
+
"platforms": {
|
|
598
|
+
"darwin-arm64": {
|
|
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",
|
|
600
|
+
"sha256": "6999ac5e7f9ff8c71e5d332f02798fff3f65d0487b4c62a4fddf20a08d080943",
|
|
601
|
+
"size": 37575761
|
|
602
|
+
},
|
|
603
|
+
"darwin-x64": {
|
|
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",
|
|
605
|
+
"sha256": "0aef491eaa7efc192087bcf4a336be5a253c65eca658b371f1acae01fd4ae910",
|
|
606
|
+
"size": 45061627
|
|
607
|
+
},
|
|
608
|
+
"linux-arm64": {
|
|
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",
|
|
610
|
+
"sha256": "f75498c2627eb12253e3f4396037a2169ff81eaefb8832885720c1161de24ef2",
|
|
611
|
+
"size": 38428528
|
|
612
|
+
},
|
|
613
|
+
"linux-x64": {
|
|
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",
|
|
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
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
593
626
|
"qdrant": {
|
|
594
627
|
"1.16.3": {
|
|
595
628
|
"version": "1.16.3",
|