hostdb 0.17.0 → 0.18.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/databases.json +206 -166
- package/package.json +3 -1
- package/releases.json +82 -0
package/databases.json
CHANGED
|
@@ -114,6 +114,43 @@
|
|
|
114
114
|
},
|
|
115
115
|
"status": "completed"
|
|
116
116
|
},
|
|
117
|
+
"chroma": {
|
|
118
|
+
"displayName": "Chroma",
|
|
119
|
+
"description": "AI-native embedding database for LLM applications, lightweight and easy to deploy",
|
|
120
|
+
"type": "Vector",
|
|
121
|
+
"sourceRepo": "https://github.com/chroma-core/chroma",
|
|
122
|
+
"license": "Apache-2.0",
|
|
123
|
+
"commercialUse": true,
|
|
124
|
+
"protocol": null,
|
|
125
|
+
"note": "LLM-focused vector database; simpler than Milvus",
|
|
126
|
+
"latestLts": "1.0",
|
|
127
|
+
"versions": {
|
|
128
|
+
"1.0.12": true
|
|
129
|
+
},
|
|
130
|
+
"platforms": {
|
|
131
|
+
"linux-x64": true,
|
|
132
|
+
"linux-arm64": true,
|
|
133
|
+
"darwin-x64": true,
|
|
134
|
+
"darwin-arm64": true,
|
|
135
|
+
"win32-x64": true
|
|
136
|
+
},
|
|
137
|
+
"cliTools": {
|
|
138
|
+
"server": "chroma",
|
|
139
|
+
"client": null,
|
|
140
|
+
"utilities": [],
|
|
141
|
+
"enhanced": [],
|
|
142
|
+
"note": "HTTP/gRPC API; use official SDKs"
|
|
143
|
+
},
|
|
144
|
+
"connection": {
|
|
145
|
+
"runtime": "server",
|
|
146
|
+
"defaultPort": 8000,
|
|
147
|
+
"scheme": "http",
|
|
148
|
+
"defaultDatabase": null,
|
|
149
|
+
"defaultUser": null,
|
|
150
|
+
"queryLanguage": "HTTP"
|
|
151
|
+
},
|
|
152
|
+
"status": "pending"
|
|
153
|
+
},
|
|
117
154
|
"cockroachdb": {
|
|
118
155
|
"displayName": "CockroachDB",
|
|
119
156
|
"description": "Distributed SQL database with PostgreSQL compatibility, designed for high availability and horizontal scale",
|
|
@@ -123,10 +160,9 @@
|
|
|
123
160
|
"commercialUse": true,
|
|
124
161
|
"protocol": "postgresql",
|
|
125
162
|
"note": "CockroachDB Software License restricts competing cloud services; fine for local dev",
|
|
126
|
-
"latestLts": "25.
|
|
163
|
+
"latestLts": "25.4",
|
|
127
164
|
"versions": {
|
|
128
|
-
"25.4.2": true
|
|
129
|
-
"25.2.10": true
|
|
165
|
+
"25.4.2": true
|
|
130
166
|
},
|
|
131
167
|
"platforms": {
|
|
132
168
|
"linux-x64": true,
|
|
@@ -150,7 +186,7 @@
|
|
|
150
186
|
"defaultUser": "root",
|
|
151
187
|
"queryLanguage": "SQL"
|
|
152
188
|
},
|
|
153
|
-
"status": "
|
|
189
|
+
"status": "completed"
|
|
154
190
|
},
|
|
155
191
|
"couchdb": {
|
|
156
192
|
"displayName": "CouchDB",
|
|
@@ -187,7 +223,7 @@
|
|
|
187
223
|
"defaultUser": "admin",
|
|
188
224
|
"queryLanguage": "HTTP"
|
|
189
225
|
},
|
|
190
|
-
"status": "
|
|
226
|
+
"status": "completed"
|
|
191
227
|
},
|
|
192
228
|
"duckdb": {
|
|
193
229
|
"displayName": "DuckDB",
|
|
@@ -225,90 +261,18 @@
|
|
|
225
261
|
},
|
|
226
262
|
"status": "completed"
|
|
227
263
|
},
|
|
228
|
-
"
|
|
229
|
-
"displayName": "
|
|
230
|
-
"description": "
|
|
231
|
-
"type": "
|
|
232
|
-
"sourceRepo": "https://github.com/
|
|
233
|
-
"license": "Apache-2.0",
|
|
234
|
-
"commercialUse": true,
|
|
235
|
-
"protocol": "mongodb",
|
|
236
|
-
"note": "Version 2 requires Postgres-DocumentDB (not on windows) but v1 may in theory build on windows",
|
|
237
|
-
"latestLts": "2.7",
|
|
238
|
-
"versions": {
|
|
239
|
-
"2.7.0": true
|
|
240
|
-
},
|
|
241
|
-
"platforms": {
|
|
242
|
-
"linux-x64": true,
|
|
243
|
-
"linux-arm64": true,
|
|
244
|
-
"darwin-x64": true,
|
|
245
|
-
"darwin-arm64": true,
|
|
246
|
-
"win32-x64": true
|
|
247
|
-
},
|
|
248
|
-
"cliTools": {
|
|
249
|
-
"server": "ferretdb",
|
|
250
|
-
"client": "mongosh",
|
|
251
|
-
"utilities": ["mongodump", "mongorestore"],
|
|
252
|
-
"enhanced": []
|
|
253
|
-
},
|
|
254
|
-
"connection": {
|
|
255
|
-
"runtime": "server",
|
|
256
|
-
"defaultPort": 27017,
|
|
257
|
-
"scheme": "mongodb",
|
|
258
|
-
"defaultDatabase": "test",
|
|
259
|
-
"defaultUser": null,
|
|
260
|
-
"queryLanguage": "MQL"
|
|
261
|
-
},
|
|
262
|
-
"status": "completed"
|
|
263
|
-
},
|
|
264
|
-
"foundationdb": {
|
|
265
|
-
"displayName": "FoundationDB",
|
|
266
|
-
"description": "Distributed, transactional key-value store with ACID guarantees, backed by Apple",
|
|
267
|
-
"type": "Key-Value",
|
|
268
|
-
"sourceRepo": "https://github.com/apple/foundationdb",
|
|
264
|
+
"dgraph": {
|
|
265
|
+
"displayName": "Dgraph",
|
|
266
|
+
"description": "Native GraphQL database with horizontal scaling and distributed ACID transactions",
|
|
267
|
+
"type": "Multi-model",
|
|
268
|
+
"sourceRepo": "https://github.com/dgraph-io/dgraph",
|
|
269
269
|
"license": "Apache-2.0",
|
|
270
270
|
"commercialUse": true,
|
|
271
271
|
"protocol": null,
|
|
272
|
-
"note": "
|
|
273
|
-
"latestLts": "
|
|
274
|
-
"versions": {
|
|
275
|
-
"7.3.69": true
|
|
276
|
-
},
|
|
277
|
-
"platforms": {
|
|
278
|
-
"linux-x64": true,
|
|
279
|
-
"linux-arm64": true,
|
|
280
|
-
"darwin-x64": true,
|
|
281
|
-
"darwin-arm64": true,
|
|
282
|
-
"win32-x64": true
|
|
283
|
-
},
|
|
284
|
-
"cliTools": {
|
|
285
|
-
"server": "fdbserver",
|
|
286
|
-
"client": "fdbcli",
|
|
287
|
-
"utilities": ["fdbbackup", "fdbrestore", "fdbdr"],
|
|
288
|
-
"enhanced": []
|
|
289
|
-
},
|
|
290
|
-
"connection": {
|
|
291
|
-
"runtime": "server",
|
|
292
|
-
"defaultPort": 4500,
|
|
293
|
-
"scheme": "fdb",
|
|
294
|
-
"defaultDatabase": null,
|
|
295
|
-
"defaultUser": null,
|
|
296
|
-
"queryLanguage": "API"
|
|
297
|
-
},
|
|
298
|
-
"status": "unsupported"
|
|
299
|
-
},
|
|
300
|
-
"influxdb": {
|
|
301
|
-
"displayName": "InfluxDB",
|
|
302
|
-
"description": "Purpose-built time-series database for metrics, events, and real-time analytics",
|
|
303
|
-
"type": "Time-series",
|
|
304
|
-
"sourceRepo": "https://github.com/influxdata/influxdb",
|
|
305
|
-
"license": "MIT",
|
|
306
|
-
"commercialUse": true,
|
|
307
|
-
"protocol": null,
|
|
308
|
-
"note": "QuestDB + TimescaleDB cover time-series with better SQL support",
|
|
309
|
-
"latestLts": "3.4",
|
|
272
|
+
"note": "Native GraphQL support; single Go binary",
|
|
273
|
+
"latestLts": "24.1",
|
|
310
274
|
"versions": {
|
|
311
|
-
"
|
|
275
|
+
"24.1.3": true
|
|
312
276
|
},
|
|
313
277
|
"platforms": {
|
|
314
278
|
"linux-x64": true,
|
|
@@ -318,33 +282,34 @@
|
|
|
318
282
|
"win32-x64": true
|
|
319
283
|
},
|
|
320
284
|
"cliTools": {
|
|
321
|
-
"server": "
|
|
322
|
-
"client":
|
|
323
|
-
"utilities": [],
|
|
324
|
-
"enhanced": []
|
|
285
|
+
"server": "dgraph",
|
|
286
|
+
"client": null,
|
|
287
|
+
"utilities": ["dgraph-ratel"],
|
|
288
|
+
"enhanced": [],
|
|
289
|
+
"note": "GraphQL/HTTP API; use Ratel UI or curl"
|
|
325
290
|
},
|
|
326
291
|
"connection": {
|
|
327
292
|
"runtime": "server",
|
|
328
|
-
"defaultPort":
|
|
293
|
+
"defaultPort": 8080,
|
|
329
294
|
"scheme": "http",
|
|
330
295
|
"defaultDatabase": null,
|
|
331
296
|
"defaultUser": null,
|
|
332
|
-
"queryLanguage": "
|
|
297
|
+
"queryLanguage": "HTTP"
|
|
333
298
|
},
|
|
334
|
-
"status": "
|
|
299
|
+
"status": "pending"
|
|
335
300
|
},
|
|
336
|
-
"
|
|
337
|
-
"displayName": "
|
|
338
|
-
"description": "
|
|
339
|
-
"type": "
|
|
340
|
-
"sourceRepo": "https://github.com/
|
|
341
|
-
"license": "
|
|
301
|
+
"ferretdb": {
|
|
302
|
+
"displayName": "FerretDB",
|
|
303
|
+
"description": "Open-source MongoDB alternative using PostgreSQL as the backend, wire-protocol compatible",
|
|
304
|
+
"type": "Document",
|
|
305
|
+
"sourceRepo": "https://github.com/FerretDB/FerretDB",
|
|
306
|
+
"license": "Apache-2.0",
|
|
342
307
|
"commercialUse": true,
|
|
343
|
-
"protocol": "
|
|
344
|
-
"note": "
|
|
345
|
-
"latestLts": "
|
|
308
|
+
"protocol": "mongodb",
|
|
309
|
+
"note": "Version 2 requires Postgres-DocumentDB (not on windows) but v1 may in theory build on windows",
|
|
310
|
+
"latestLts": "2.7",
|
|
346
311
|
"versions": {
|
|
347
|
-
"
|
|
312
|
+
"2.7.0": true
|
|
348
313
|
},
|
|
349
314
|
"platforms": {
|
|
350
315
|
"linux-x64": true,
|
|
@@ -354,33 +319,33 @@
|
|
|
354
319
|
"win32-x64": true
|
|
355
320
|
},
|
|
356
321
|
"cliTools": {
|
|
357
|
-
"server": "
|
|
358
|
-
"client": "
|
|
359
|
-
"utilities": ["
|
|
360
|
-
"enhanced": [
|
|
322
|
+
"server": "ferretdb",
|
|
323
|
+
"client": "mongosh",
|
|
324
|
+
"utilities": ["mongodump", "mongorestore"],
|
|
325
|
+
"enhanced": []
|
|
361
326
|
},
|
|
362
327
|
"connection": {
|
|
363
328
|
"runtime": "server",
|
|
364
|
-
"defaultPort":
|
|
365
|
-
"scheme": "
|
|
366
|
-
"defaultDatabase": "
|
|
329
|
+
"defaultPort": 27017,
|
|
330
|
+
"scheme": "mongodb",
|
|
331
|
+
"defaultDatabase": "test",
|
|
367
332
|
"defaultUser": null,
|
|
368
|
-
"queryLanguage": "
|
|
333
|
+
"queryLanguage": "MQL"
|
|
369
334
|
},
|
|
370
|
-
"status": "
|
|
335
|
+
"status": "completed"
|
|
371
336
|
},
|
|
372
|
-
"
|
|
373
|
-
"displayName": "
|
|
374
|
-
"description": "
|
|
375
|
-
"type": "
|
|
376
|
-
"sourceRepo": "https://github.com/
|
|
377
|
-
"license": "
|
|
337
|
+
"gel": {
|
|
338
|
+
"displayName": "Gel",
|
|
339
|
+
"description": "Graph-relational database built on PostgreSQL, formerly EdgeDB, with strict typing and declarative schema",
|
|
340
|
+
"type": "Multi-model",
|
|
341
|
+
"sourceRepo": "https://github.com/geldata/gel",
|
|
342
|
+
"license": "Apache-2.0",
|
|
378
343
|
"commercialUse": true,
|
|
379
|
-
"protocol": "
|
|
380
|
-
"note": "
|
|
381
|
-
"latestLts": "0
|
|
344
|
+
"protocol": "postgresql",
|
|
345
|
+
"note": "Formerly EdgeDB; PostgreSQL-based with graph capabilities",
|
|
346
|
+
"latestLts": "7.0",
|
|
382
347
|
"versions": {
|
|
383
|
-
"0.
|
|
348
|
+
"7.0.0": true
|
|
384
349
|
},
|
|
385
350
|
"platforms": {
|
|
386
351
|
"linux-x64": true,
|
|
@@ -390,20 +355,21 @@
|
|
|
390
355
|
"win32-x64": true
|
|
391
356
|
},
|
|
392
357
|
"cliTools": {
|
|
393
|
-
"server": "
|
|
394
|
-
"client": "
|
|
358
|
+
"server": "gel-server",
|
|
359
|
+
"client": "gel",
|
|
395
360
|
"utilities": [],
|
|
396
|
-
"enhanced": [
|
|
361
|
+
"enhanced": [],
|
|
362
|
+
"note": "EdgeQL query language; native CLI"
|
|
397
363
|
},
|
|
398
364
|
"connection": {
|
|
399
|
-
"runtime": "
|
|
400
|
-
"defaultPort":
|
|
401
|
-
"scheme": "
|
|
402
|
-
"defaultDatabase":
|
|
403
|
-
"defaultUser":
|
|
365
|
+
"runtime": "server",
|
|
366
|
+
"defaultPort": 5656,
|
|
367
|
+
"scheme": "edgedb",
|
|
368
|
+
"defaultDatabase": "edgedb",
|
|
369
|
+
"defaultUser": "edgedb",
|
|
404
370
|
"queryLanguage": "SQL"
|
|
405
371
|
},
|
|
406
|
-
"status": "
|
|
372
|
+
"status": "pending"
|
|
407
373
|
},
|
|
408
374
|
"mariadb": {
|
|
409
375
|
"displayName": "MariaDB",
|
|
@@ -478,7 +444,44 @@
|
|
|
478
444
|
"defaultUser": null,
|
|
479
445
|
"queryLanguage": "HTTP"
|
|
480
446
|
},
|
|
481
|
-
"status": "
|
|
447
|
+
"status": "completed"
|
|
448
|
+
},
|
|
449
|
+
"milvus": {
|
|
450
|
+
"displayName": "Milvus",
|
|
451
|
+
"description": "Cloud-native vector database for scalable similarity search and AI applications",
|
|
452
|
+
"type": "Vector",
|
|
453
|
+
"sourceRepo": "https://github.com/milvus-io/milvus",
|
|
454
|
+
"license": "Apache-2.0",
|
|
455
|
+
"commercialUse": true,
|
|
456
|
+
"protocol": null,
|
|
457
|
+
"note": "Largest vector DB by GitHub stars; enterprise-grade",
|
|
458
|
+
"latestLts": "2.5",
|
|
459
|
+
"versions": {
|
|
460
|
+
"2.5.4": true
|
|
461
|
+
},
|
|
462
|
+
"platforms": {
|
|
463
|
+
"linux-x64": true,
|
|
464
|
+
"linux-arm64": true,
|
|
465
|
+
"darwin-x64": true,
|
|
466
|
+
"darwin-arm64": true,
|
|
467
|
+
"win32-x64": true
|
|
468
|
+
},
|
|
469
|
+
"cliTools": {
|
|
470
|
+
"server": "milvus",
|
|
471
|
+
"client": null,
|
|
472
|
+
"utilities": ["birdwatcher"],
|
|
473
|
+
"enhanced": [],
|
|
474
|
+
"note": "gRPC/HTTP API; use official SDKs"
|
|
475
|
+
},
|
|
476
|
+
"connection": {
|
|
477
|
+
"runtime": "server",
|
|
478
|
+
"defaultPort": 19530,
|
|
479
|
+
"scheme": "http",
|
|
480
|
+
"defaultDatabase": "default",
|
|
481
|
+
"defaultUser": null,
|
|
482
|
+
"queryLanguage": "HTTP"
|
|
483
|
+
},
|
|
484
|
+
"status": "pending"
|
|
482
485
|
},
|
|
483
486
|
"mongodb": {
|
|
484
487
|
"displayName": "MongoDB",
|
|
@@ -642,7 +645,7 @@
|
|
|
642
645
|
"defaultUser": "postgres",
|
|
643
646
|
"queryLanguage": "SQL"
|
|
644
647
|
},
|
|
645
|
-
"status": "
|
|
648
|
+
"status": "completed"
|
|
646
649
|
},
|
|
647
650
|
"postgresql-documentdb": {
|
|
648
651
|
"displayName": "PostgreSQL + DocumentDB",
|
|
@@ -791,18 +794,18 @@
|
|
|
791
794
|
},
|
|
792
795
|
"status": "completed"
|
|
793
796
|
},
|
|
794
|
-
|
|
795
|
-
"displayName": "
|
|
796
|
-
"description": "
|
|
797
|
-
"type": "Embedded
|
|
798
|
-
"sourceRepo": "https://github.com/
|
|
799
|
-
"license": "
|
|
797
|
+
"sqlite": {
|
|
798
|
+
"displayName": "SQLite",
|
|
799
|
+
"description": "Self-contained, serverless, zero-configuration SQL database engine",
|
|
800
|
+
"type": "Embedded SQL",
|
|
801
|
+
"sourceRepo": "https://github.com/sqlite/sqlite",
|
|
802
|
+
"license": "Public Domain",
|
|
800
803
|
"commercialUse": true,
|
|
801
804
|
"protocol": null,
|
|
802
|
-
"note": "
|
|
803
|
-
"latestLts": "
|
|
805
|
+
"note": "",
|
|
806
|
+
"latestLts": "3.51",
|
|
804
807
|
"versions": {
|
|
805
|
-
"
|
|
808
|
+
"3.51.2": true
|
|
806
809
|
},
|
|
807
810
|
"platforms": {
|
|
808
811
|
"linux-x64": true,
|
|
@@ -813,33 +816,32 @@
|
|
|
813
816
|
},
|
|
814
817
|
"cliTools": {
|
|
815
818
|
"server": null,
|
|
816
|
-
"client":
|
|
819
|
+
"client": "sqlite3",
|
|
817
820
|
"utilities": [],
|
|
818
|
-
"enhanced": []
|
|
819
|
-
"note": "Embedded library; use language bindings"
|
|
821
|
+
"enhanced": ["litecli", "usql"]
|
|
820
822
|
},
|
|
821
823
|
"connection": {
|
|
822
824
|
"runtime": "embedded",
|
|
823
825
|
"defaultPort": null,
|
|
824
|
-
"scheme":
|
|
826
|
+
"scheme": "sqlite",
|
|
825
827
|
"defaultDatabase": null,
|
|
826
828
|
"defaultUser": null,
|
|
827
|
-
"queryLanguage": "
|
|
829
|
+
"queryLanguage": "SQL"
|
|
828
830
|
},
|
|
829
|
-
"status": "
|
|
831
|
+
"status": "completed"
|
|
830
832
|
},
|
|
831
|
-
"
|
|
832
|
-
"displayName": "
|
|
833
|
-
"description": "
|
|
834
|
-
"type": "
|
|
835
|
-
"sourceRepo": "https://github.com/
|
|
836
|
-
"license": "
|
|
833
|
+
"surrealdb": {
|
|
834
|
+
"displayName": "SurrealDB",
|
|
835
|
+
"description": "Multi-model database combining graph, document, key-value, and time-series with SQL-like syntax",
|
|
836
|
+
"type": "Multi-model",
|
|
837
|
+
"sourceRepo": "https://github.com/surrealdb/surrealdb",
|
|
838
|
+
"license": "Apache-2.0",
|
|
837
839
|
"commercialUse": true,
|
|
838
840
|
"protocol": null,
|
|
839
|
-
"note": "",
|
|
840
|
-
"latestLts": "3
|
|
841
|
+
"note": "Rust-based; single binary; fills graph database gap",
|
|
842
|
+
"latestLts": "2.3",
|
|
841
843
|
"versions": {
|
|
842
|
-
"3.
|
|
844
|
+
"2.3.2": true
|
|
843
845
|
},
|
|
844
846
|
"platforms": {
|
|
845
847
|
"linux-x64": true,
|
|
@@ -849,20 +851,21 @@
|
|
|
849
851
|
"win32-x64": true
|
|
850
852
|
},
|
|
851
853
|
"cliTools": {
|
|
852
|
-
"server":
|
|
853
|
-
"client": "
|
|
854
|
+
"server": "surreal",
|
|
855
|
+
"client": "surreal",
|
|
854
856
|
"utilities": [],
|
|
855
|
-
"enhanced": [
|
|
857
|
+
"enhanced": [],
|
|
858
|
+
"note": "Single binary for server and CLI"
|
|
856
859
|
},
|
|
857
860
|
"connection": {
|
|
858
|
-
"runtime": "
|
|
859
|
-
"defaultPort":
|
|
860
|
-
"scheme": "
|
|
861
|
-
"defaultDatabase":
|
|
862
|
-
"defaultUser":
|
|
861
|
+
"runtime": "server",
|
|
862
|
+
"defaultPort": 8000,
|
|
863
|
+
"scheme": "http",
|
|
864
|
+
"defaultDatabase": "test",
|
|
865
|
+
"defaultUser": "root",
|
|
863
866
|
"queryLanguage": "SQL"
|
|
864
867
|
},
|
|
865
|
-
"status": "
|
|
868
|
+
"status": "completed"
|
|
866
869
|
},
|
|
867
870
|
"tidb": {
|
|
868
871
|
"displayName": "TiDB",
|
|
@@ -973,7 +976,44 @@
|
|
|
973
976
|
"defaultUser": null,
|
|
974
977
|
"queryLanguage": "Redis"
|
|
975
978
|
},
|
|
976
|
-
"status": "
|
|
979
|
+
"status": "completed"
|
|
980
|
+
},
|
|
981
|
+
"weaviate": {
|
|
982
|
+
"displayName": "Weaviate",
|
|
983
|
+
"description": "AI-native vector database with built-in vectorization modules and hybrid search",
|
|
984
|
+
"type": "Vector",
|
|
985
|
+
"sourceRepo": "https://github.com/weaviate/weaviate",
|
|
986
|
+
"license": "BSD-3-Clause",
|
|
987
|
+
"commercialUse": true,
|
|
988
|
+
"protocol": null,
|
|
989
|
+
"note": "Popular AI/vector alternative; Go-based single binary",
|
|
990
|
+
"latestLts": "1.29",
|
|
991
|
+
"versions": {
|
|
992
|
+
"1.29.0": true
|
|
993
|
+
},
|
|
994
|
+
"platforms": {
|
|
995
|
+
"linux-x64": true,
|
|
996
|
+
"linux-arm64": true,
|
|
997
|
+
"darwin-x64": true,
|
|
998
|
+
"darwin-arm64": true,
|
|
999
|
+
"win32-x64": true
|
|
1000
|
+
},
|
|
1001
|
+
"cliTools": {
|
|
1002
|
+
"server": "weaviate",
|
|
1003
|
+
"client": null,
|
|
1004
|
+
"utilities": [],
|
|
1005
|
+
"enhanced": [],
|
|
1006
|
+
"note": "REST/GraphQL API; use official SDKs"
|
|
1007
|
+
},
|
|
1008
|
+
"connection": {
|
|
1009
|
+
"runtime": "server",
|
|
1010
|
+
"defaultPort": 8080,
|
|
1011
|
+
"scheme": "http",
|
|
1012
|
+
"defaultDatabase": null,
|
|
1013
|
+
"defaultUser": null,
|
|
1014
|
+
"queryLanguage": "HTTP"
|
|
1015
|
+
},
|
|
1016
|
+
"status": "pending"
|
|
977
1017
|
}
|
|
978
1018
|
}
|
|
979
1019
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hostdb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.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",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"checksums:populate": "tsx scripts/populate-checksums.ts",
|
|
31
31
|
"dbs": "tsx scripts/list-databases.ts",
|
|
32
32
|
"download:clickhouse": "tsx builds/clickhouse/download.ts",
|
|
33
|
+
"download:cockroachdb": "tsx builds/cockroachdb/download.ts",
|
|
33
34
|
"download:couchdb": "tsx builds/couchdb/download.ts",
|
|
34
35
|
"download:duckdb": "tsx builds/duckdb/download.ts",
|
|
35
36
|
"download:ferretdb": "tsx builds/ferretdb/download.ts",
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
"download:qdrant": "tsx builds/qdrant/download.ts",
|
|
43
44
|
"download:redis": "tsx builds/redis/download.ts",
|
|
44
45
|
"download:sqlite": "tsx builds/sqlite/download.ts",
|
|
46
|
+
"download:surrealdb": "tsx builds/surrealdb/download.ts",
|
|
45
47
|
"download:valkey": "tsx builds/valkey/download.ts",
|
|
46
48
|
"edb:fileids": "tsx scripts/fetch-edb-fileids.ts",
|
|
47
49
|
"format": "prettier --write .",
|
package/releases.json
CHANGED
|
@@ -31,6 +31,54 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"cockroachdb": {
|
|
35
|
+
"25.4.2": {
|
|
36
|
+
"version": "25.4.2",
|
|
37
|
+
"releaseTag": "cockroachdb-25.4.2",
|
|
38
|
+
"releasedAt": "2026-01-26T05:09:51Z",
|
|
39
|
+
"platforms": {
|
|
40
|
+
"darwin-arm64": {
|
|
41
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/cockroachdb-25.4.2/cockroachdb-25.4.2-darwin-arm64.tar.gz",
|
|
42
|
+
"sha256": "15f2c932ff792b359b27ed321644b449b48d0e2bb3215b511e00c25edb84ba23",
|
|
43
|
+
"size": 137398248
|
|
44
|
+
},
|
|
45
|
+
"darwin-x64": {
|
|
46
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/cockroachdb-25.4.2/cockroachdb-25.4.2-darwin-x64.tar.gz",
|
|
47
|
+
"sha256": "8b1d5963bc020954d9cedfa71dc53d954797c626c1e0f92cf17658c69c5203cf",
|
|
48
|
+
"size": 147156878
|
|
49
|
+
},
|
|
50
|
+
"linux-arm64": {
|
|
51
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/cockroachdb-25.4.2/cockroachdb-25.4.2-linux-arm64.tar.gz",
|
|
52
|
+
"sha256": "efb4a24629c268f50f36810ae276325e8a1247cd038913382956f8ac8c61f435",
|
|
53
|
+
"size": 124262628
|
|
54
|
+
},
|
|
55
|
+
"linux-x64": {
|
|
56
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/cockroachdb-25.4.2/cockroachdb-25.4.2-linux-x64.tar.gz",
|
|
57
|
+
"sha256": "6d37250a80dc691ffc54917e4f7e40058402da714f4a749a03a44d54dfa42e62",
|
|
58
|
+
"size": 134209648
|
|
59
|
+
},
|
|
60
|
+
"win32-x64": {
|
|
61
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/cockroachdb-25.4.2/cockroachdb-25.4.2-win32-x64.zip",
|
|
62
|
+
"sha256": "f15a243bc04af98b16a7ab635a08d1f97387732defbd42d0dfc7b6692a388f8b",
|
|
63
|
+
"size": 153955029
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"couchdb": {
|
|
69
|
+
"3.5.1": {
|
|
70
|
+
"version": "3.5.1",
|
|
71
|
+
"releaseTag": "couchdb-3.5.1",
|
|
72
|
+
"releasedAt": "2026-01-25T18:54:37Z",
|
|
73
|
+
"platforms": {
|
|
74
|
+
"win32-x64": {
|
|
75
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/couchdb-3.5.1/couchdb-3.5.1-win32-x64.zip",
|
|
76
|
+
"sha256": "a64726782c4c321b3bf62ccc46e38aa97ad3c3ecbb78288c68a050722acf8a9a",
|
|
77
|
+
"size": 113555608
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
34
82
|
"duckdb": {
|
|
35
83
|
"1.4.3": {
|
|
36
84
|
"version": "1.4.3",
|
|
@@ -737,6 +785,40 @@
|
|
|
737
785
|
}
|
|
738
786
|
}
|
|
739
787
|
},
|
|
788
|
+
"surrealdb": {
|
|
789
|
+
"2.3.2": {
|
|
790
|
+
"version": "2.3.2",
|
|
791
|
+
"releaseTag": "surrealdb-2.3.2",
|
|
792
|
+
"releasedAt": "2026-01-26T05:30:31Z",
|
|
793
|
+
"platforms": {
|
|
794
|
+
"darwin-arm64": {
|
|
795
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/surrealdb-2.3.2/surrealdb-2.3.2-darwin-arm64.tar.gz",
|
|
796
|
+
"sha256": "bbb7b8113cf43f56e14a58a4badbafea646e2180e404eddcfc705201957dbac8",
|
|
797
|
+
"size": 21224049
|
|
798
|
+
},
|
|
799
|
+
"darwin-x64": {
|
|
800
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/surrealdb-2.3.2/surrealdb-2.3.2-darwin-x64.tar.gz",
|
|
801
|
+
"sha256": "2edf13d034c5948b8b9943a4cd939cbe92756d4c01d1c0f78ed73e60e1079857",
|
|
802
|
+
"size": 24006267
|
|
803
|
+
},
|
|
804
|
+
"linux-arm64": {
|
|
805
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/surrealdb-2.3.2/surrealdb-2.3.2-linux-arm64.tar.gz",
|
|
806
|
+
"sha256": "8798fcbe6c325ea096c96310138f0d098fc0a9b2338991de8a6d65e08347742d",
|
|
807
|
+
"size": 22998726
|
|
808
|
+
},
|
|
809
|
+
"linux-x64": {
|
|
810
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/surrealdb-2.3.2/surrealdb-2.3.2-linux-x64.tar.gz",
|
|
811
|
+
"sha256": "821381caadbcb7cb2f081598a754399490abefc1be4633af9eb7633ecd47b4d4",
|
|
812
|
+
"size": 24914131
|
|
813
|
+
},
|
|
814
|
+
"win32-x64": {
|
|
815
|
+
"url": "https://github.com/robertjbass/hostdb/releases/download/surrealdb-2.3.2/surrealdb-2.3.2-win32-x64.zip",
|
|
816
|
+
"sha256": "7383a4b8e29e4ee7c84c2686a5d2c959ebd3f4ecd275e2890e5e1578865b69ce",
|
|
817
|
+
"size": 23174407
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
740
822
|
"valkey": {
|
|
741
823
|
"9.0.1": {
|
|
742
824
|
"version": "9.0.1",
|