hostdb 0.19.5 → 0.20.0
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/README.md +1 -0
- package/databases.json +156 -10
- package/package.json +2 -1
- package/releases.json +4 -4
package/README.md
CHANGED
|
@@ -139,6 +139,7 @@ Auto-generated manifest updated after each GitHub Release. Structure:
|
|
|
139
139
|
| ClickHouse | Analytical | Completed | 25.12.3.21 | Official binaries (no Windows) |
|
|
140
140
|
| Qdrant | Vector | Completed | 1.16.3 | Official binaries |
|
|
141
141
|
| Meilisearch | Search | In Progress | 1.33.1 | Official binaries |
|
|
142
|
+
| TypeDB | Graph | In Progress | 3.8.0 | Official binaries (Cloudsmith) |
|
|
142
143
|
|
|
143
144
|
See `pnpm dbs` for the full list.
|
|
144
145
|
|
package/databases.json
CHANGED
|
@@ -269,24 +269,24 @@
|
|
|
269
269
|
"license": "Apache-2.0",
|
|
270
270
|
"commercialUse": true,
|
|
271
271
|
"protocol": null,
|
|
272
|
-
"note": "
|
|
273
|
-
"latestLts": "
|
|
272
|
+
"note": "Unsupported: Official binaries are Linux-only since v21.03.0 (macOS/Windows dropped Feb 2021). Requires two processes (dgraph zero + dgraph alpha) with no single-process mode. Dynamically links jemalloc which blocks Windows builds. Ratel UI removed from binary, now separate project. Acquired twice (Dgraph Labs → Hypermode → Istari Digital Oct 2025).",
|
|
273
|
+
"latestLts": "25.2",
|
|
274
274
|
"versions": {
|
|
275
|
-
"
|
|
275
|
+
"25.2.0": false
|
|
276
276
|
},
|
|
277
277
|
"platforms": {
|
|
278
278
|
"linux-x64": true,
|
|
279
279
|
"linux-arm64": true,
|
|
280
|
-
"darwin-x64":
|
|
281
|
-
"darwin-arm64":
|
|
282
|
-
"win32-x64":
|
|
280
|
+
"darwin-x64": false,
|
|
281
|
+
"darwin-arm64": false,
|
|
282
|
+
"win32-x64": false
|
|
283
283
|
},
|
|
284
284
|
"cliTools": {
|
|
285
285
|
"server": "dgraph",
|
|
286
286
|
"client": null,
|
|
287
|
-
"utilities": [
|
|
287
|
+
"utilities": [],
|
|
288
288
|
"enhanced": [],
|
|
289
|
-
"note": "GraphQL/HTTP API;
|
|
289
|
+
"note": "GraphQL/HTTP API; no bundled CLI query console. Requires two processes: 'dgraph zero' + 'dgraph alpha'"
|
|
290
290
|
},
|
|
291
291
|
"connection": {
|
|
292
292
|
"runtime": "server",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"defaultUser": null,
|
|
297
297
|
"queryLanguage": "HTTP"
|
|
298
298
|
},
|
|
299
|
-
"status": "
|
|
299
|
+
"status": "unsupported"
|
|
300
300
|
},
|
|
301
301
|
"ferretdb": {
|
|
302
302
|
"displayName": "FerretDB",
|
|
@@ -339,6 +339,42 @@
|
|
|
339
339
|
},
|
|
340
340
|
"status": "completed"
|
|
341
341
|
},
|
|
342
|
+
"firebird": {
|
|
343
|
+
"displayName": "Firebird",
|
|
344
|
+
"description": "Relational database with embedded and client/server modes, full SQL support with stored procedures and triggers",
|
|
345
|
+
"type": "Relational",
|
|
346
|
+
"sourceRepo": "https://github.com/FirebirdSQL/firebird",
|
|
347
|
+
"license": "IDPL-1.0",
|
|
348
|
+
"commercialUse": true,
|
|
349
|
+
"protocol": null,
|
|
350
|
+
"note": "Single-file database. Supports both embedded (no server process, single-file like SQLite) and client/server modes. Official pre-built binaries available for all platforms.",
|
|
351
|
+
"latestLts": "5.0",
|
|
352
|
+
"versions": {
|
|
353
|
+
"5.0.3": true
|
|
354
|
+
},
|
|
355
|
+
"platforms": {
|
|
356
|
+
"linux-x64": true,
|
|
357
|
+
"linux-arm64": true,
|
|
358
|
+
"darwin-x64": true,
|
|
359
|
+
"darwin-arm64": true,
|
|
360
|
+
"win32-x64": true
|
|
361
|
+
},
|
|
362
|
+
"cliTools": {
|
|
363
|
+
"server": "firebird",
|
|
364
|
+
"client": "isql",
|
|
365
|
+
"utilities": ["gbak", "gfix", "gstat", "nbackup", "gsec"],
|
|
366
|
+
"enhanced": []
|
|
367
|
+
},
|
|
368
|
+
"connection": {
|
|
369
|
+
"runtime": "server",
|
|
370
|
+
"defaultPort": 3050,
|
|
371
|
+
"scheme": null,
|
|
372
|
+
"defaultDatabase": null,
|
|
373
|
+
"defaultUser": "SYSDBA",
|
|
374
|
+
"queryLanguage": "SQL"
|
|
375
|
+
},
|
|
376
|
+
"status": "pending"
|
|
377
|
+
},
|
|
342
378
|
"gel": {
|
|
343
379
|
"displayName": "Gel",
|
|
344
380
|
"description": "Graph-relational database built on PostgreSQL, formerly EdgeDB, with strict typing and declarative schema",
|
|
@@ -376,6 +412,43 @@
|
|
|
376
412
|
},
|
|
377
413
|
"status": "pending"
|
|
378
414
|
},
|
|
415
|
+
"kuzu": {
|
|
416
|
+
"displayName": "Kuzu",
|
|
417
|
+
"description": "Embedded graph database with Cypher query language, designed as the DuckDB/SQLite of graph databases",
|
|
418
|
+
"type": "Graph",
|
|
419
|
+
"sourceRepo": "https://github.com/kuzudb/kuzu",
|
|
420
|
+
"license": "MIT",
|
|
421
|
+
"commercialUse": true,
|
|
422
|
+
"protocol": null,
|
|
423
|
+
"note": "INVESTIGATE: Kuzu Inc. reportedly archived the repo in Oct 2025. Community forks exist (Bighorn, RyuGraph). Verify current status before proceeding. If alive, this is the ideal graph DB: MIT license, Cypher query language, embedded, all 5 platforms.",
|
|
424
|
+
"latestLts": "0.11",
|
|
425
|
+
"versions": {
|
|
426
|
+
"0.11.3": false
|
|
427
|
+
},
|
|
428
|
+
"platforms": {
|
|
429
|
+
"linux-x64": true,
|
|
430
|
+
"linux-arm64": true,
|
|
431
|
+
"darwin-x64": true,
|
|
432
|
+
"darwin-arm64": true,
|
|
433
|
+
"win32-x64": true
|
|
434
|
+
},
|
|
435
|
+
"cliTools": {
|
|
436
|
+
"server": null,
|
|
437
|
+
"client": "kuzu",
|
|
438
|
+
"utilities": [],
|
|
439
|
+
"enhanced": [],
|
|
440
|
+
"note": "Embedded database; single CLI binary, no server process"
|
|
441
|
+
},
|
|
442
|
+
"connection": {
|
|
443
|
+
"runtime": "embedded",
|
|
444
|
+
"defaultPort": null,
|
|
445
|
+
"scheme": null,
|
|
446
|
+
"defaultDatabase": null,
|
|
447
|
+
"defaultUser": null,
|
|
448
|
+
"queryLanguage": "Cypher"
|
|
449
|
+
},
|
|
450
|
+
"status": "pending"
|
|
451
|
+
},
|
|
379
452
|
"mariadb": {
|
|
380
453
|
"displayName": "MariaDB",
|
|
381
454
|
"description": "Community-developed fork of MySQL with enhanced performance, storage engines, and features",
|
|
@@ -804,7 +877,43 @@
|
|
|
804
877
|
},
|
|
805
878
|
"status": "completed"
|
|
806
879
|
},
|
|
807
|
-
"
|
|
880
|
+
"rocksdb": {
|
|
881
|
+
"displayName": "RocksDB",
|
|
882
|
+
"description": "High-performance embedded key-value store based on LSM trees, developed by Meta",
|
|
883
|
+
"type": "Embedded KV",
|
|
884
|
+
"sourceRepo": "https://github.com/facebook/rocksdb",
|
|
885
|
+
"license": "GPL-2.0 OR Apache-2.0",
|
|
886
|
+
"commercialUse": true,
|
|
887
|
+
"protocol": null,
|
|
888
|
+
"note": "Single-file database. Library-first with ldb and sst_dump CLI tools. No official pre-built binaries - build from source required for all platforms. Widely used as storage engine by CockroachDB, TiKV, MySQL/MyRocks.",
|
|
889
|
+
"latestLts": "10.10",
|
|
890
|
+
"versions": {
|
|
891
|
+
"10.10.1": true
|
|
892
|
+
},
|
|
893
|
+
"platforms": {
|
|
894
|
+
"linux-x64": true,
|
|
895
|
+
"linux-arm64": true,
|
|
896
|
+
"darwin-x64": true,
|
|
897
|
+
"darwin-arm64": true,
|
|
898
|
+
"win32-x64": true
|
|
899
|
+
},
|
|
900
|
+
"cliTools": {
|
|
901
|
+
"server": null,
|
|
902
|
+
"client": "ldb",
|
|
903
|
+
"utilities": ["sst_dump"],
|
|
904
|
+
"enhanced": []
|
|
905
|
+
},
|
|
906
|
+
"connection": {
|
|
907
|
+
"runtime": "embedded",
|
|
908
|
+
"defaultPort": null,
|
|
909
|
+
"scheme": null,
|
|
910
|
+
"defaultDatabase": null,
|
|
911
|
+
"defaultUser": null,
|
|
912
|
+
"queryLanguage": "API"
|
|
913
|
+
},
|
|
914
|
+
"status": "pending"
|
|
915
|
+
},
|
|
916
|
+
"sqlite": {
|
|
808
917
|
"displayName": "SQLite",
|
|
809
918
|
"description": "Self-contained, serverless, zero-configuration SQL database engine",
|
|
810
919
|
"type": "Embedded SQL",
|
|
@@ -914,6 +1023,43 @@
|
|
|
914
1023
|
},
|
|
915
1024
|
"status": "pending"
|
|
916
1025
|
},
|
|
1026
|
+
"typedb": {
|
|
1027
|
+
"displayName": "TypeDB",
|
|
1028
|
+
"description": "Strongly-typed graph database with TypeQL query language, built for knowledge representation and reasoning",
|
|
1029
|
+
"type": "Graph",
|
|
1030
|
+
"sourceRepo": "https://github.com/typedb/typedb",
|
|
1031
|
+
"license": "MPL-2.0",
|
|
1032
|
+
"commercialUse": true,
|
|
1033
|
+
"protocol": null,
|
|
1034
|
+
"note": "Rewritten from Java to Rust in v3.0 (Dec 2024). Binaries distributed via Cloudsmith and GitHub Releases.",
|
|
1035
|
+
"latestLts": "3.8",
|
|
1036
|
+
"versions": {
|
|
1037
|
+
"3.8.0": true
|
|
1038
|
+
},
|
|
1039
|
+
"platforms": {
|
|
1040
|
+
"linux-x64": true,
|
|
1041
|
+
"linux-arm64": true,
|
|
1042
|
+
"darwin-x64": true,
|
|
1043
|
+
"darwin-arm64": true,
|
|
1044
|
+
"win32-x64": true
|
|
1045
|
+
},
|
|
1046
|
+
"cliTools": {
|
|
1047
|
+
"server": "typedb",
|
|
1048
|
+
"client": "typedb-console",
|
|
1049
|
+
"utilities": [],
|
|
1050
|
+
"enhanced": [],
|
|
1051
|
+
"note": "Single binary for server ('typedb server'); separate console binary for queries"
|
|
1052
|
+
},
|
|
1053
|
+
"connection": {
|
|
1054
|
+
"runtime": "server",
|
|
1055
|
+
"defaultPort": 1729,
|
|
1056
|
+
"scheme": "http",
|
|
1057
|
+
"defaultDatabase": null,
|
|
1058
|
+
"defaultUser": null,
|
|
1059
|
+
"queryLanguage": "TypeQL"
|
|
1060
|
+
},
|
|
1061
|
+
"status": "in-progress"
|
|
1062
|
+
},
|
|
917
1063
|
"timescaledb": {
|
|
918
1064
|
"displayName": "TimescaleDB",
|
|
919
1065
|
"description": "Time-series database built on PostgreSQL for fast analytics and scalability",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hostdb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Source and download pre-built database binaries for multiple platforms, distributed via GitHub Releases",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"download:redis": "tsx builds/redis/download.ts",
|
|
46
46
|
"download:sqlite": "tsx builds/sqlite/download.ts",
|
|
47
47
|
"download:surrealdb": "tsx builds/surrealdb/download.ts",
|
|
48
|
+
"download:typedb": "tsx builds/typedb/download.ts",
|
|
48
49
|
"download:valkey": "tsx builds/valkey/download.ts",
|
|
49
50
|
"edb:fileids": "tsx scripts/fetch-edb-fileids.ts",
|
|
50
51
|
"format": "prettier --write .",
|
package/releases.json
CHANGED
|
@@ -643,10 +643,10 @@
|
|
|
643
643
|
"releaseTag": "postgresql-documentdb-17-0.107.0",
|
|
644
644
|
"releasedAt": "2026-01-23T23:05:02Z",
|
|
645
645
|
"platforms": {
|
|
646
|
-
"
|
|
647
|
-
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-
|
|
648
|
-
"sha256": "
|
|
649
|
-
"size":
|
|
646
|
+
"darwin-x64": {
|
|
647
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/postgresql-documentdb-17-0.107.0/postgresql-documentdb-17-0.107.0-darwin-x64.tar.gz",
|
|
648
|
+
"sha256": "15a3e342adbf9007609bd2aa3a69c47264fd97e998f38403b9b461149c0b5a85",
|
|
649
|
+
"size": 38520395
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
}
|