hostdb 0.22.1 → 0.23.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 CHANGED
@@ -1,86 +1,7 @@
1
1
  {
2
+ "_generated": "DO NOT EDIT. Generated from databases.yml by pnpm prep. Edit databases.yml instead.",
2
3
  "$schema": "./schemas/databases.schema.json",
3
4
  "databases": {
4
- "apache-cassandra": {
5
- "displayName": "Apache Cassandra",
6
- "description": "Distributed NoSQL database designed for high availability, linear scalability, and fault tolerance",
7
- "type": "Distributed NoSQL",
8
- "sourceRepo": "https://github.com/apache/cassandra",
9
- "license": "Apache-2.0",
10
- "commercialUse": true,
11
- "hostedServiceAllowed": true,
12
- "protocol": null,
13
- "note": "Java-based; requires JVM bundled or installed",
14
- "latestLts": "5.0",
15
- "versions": {
16
- "5.0.6": true,
17
- "4.1.10": false
18
- },
19
- "platforms": {
20
- "linux-x64": true,
21
- "linux-arm64": true,
22
- "darwin-x64": true,
23
- "darwin-arm64": true,
24
- "win32-x64": true
25
- },
26
- "cliTools": {
27
- "server": "cassandra",
28
- "client": "cqlsh",
29
- "utilities": ["nodetool", "sstableloader"],
30
- "enhanced": []
31
- },
32
- "connection": {
33
- "runtime": "server",
34
- "defaultPort": 9042,
35
- "scheme": "cql",
36
- "defaultDatabase": null,
37
- "defaultUser": "cassandra",
38
- "queryLanguage": "CQL"
39
- },
40
- "status": "pending"
41
- },
42
- "arangodb": {
43
- "displayName": "ArangoDB",
44
- "description": "Multi-model database supporting graphs, documents, and key-value with unified query language",
45
- "type": "Multi-model",
46
- "sourceRepo": "https://github.com/arangodb/arangodb",
47
- "license": "BSL-1.1 / ArangoDB Community License",
48
- "commercialUse": false,
49
- "hostedServiceAllowed": false,
50
- "protocol": null,
51
- "note": "Unsupported: License changed to BSL-1.1 (source) + ArangoDB Community License (binaries) in v3.12. Community binaries have 100GB dataset limit. Dropped native macOS and Windows binaries in v3.12 (Docker only). linux-arm64 is evaluation-only, not production-recommended.",
52
- "latestLts": "3.12",
53
- "versions": {
54
- "3.12.6": false
55
- },
56
- "platforms": {
57
- "linux-x64": true,
58
- "linux-arm64": false,
59
- "darwin-x64": false,
60
- "darwin-arm64": false,
61
- "win32-x64": false
62
- },
63
- "cliTools": {
64
- "server": "arangod",
65
- "client": "arangosh",
66
- "utilities": [
67
- "arangodump",
68
- "arangorestore",
69
- "arangoimport",
70
- "arangoexport"
71
- ],
72
- "enhanced": []
73
- },
74
- "connection": {
75
- "runtime": "server",
76
- "defaultPort": 8529,
77
- "scheme": "arangodb",
78
- "defaultDatabase": "_system",
79
- "defaultUser": "root",
80
- "queryLanguage": "AQL"
81
- },
82
- "status": "unsupported"
83
- },
84
5
  "clickhouse": {
85
6
  "displayName": "ClickHouse",
86
7
  "description": "Column-oriented database for real-time analytics and big data processing.",
@@ -91,20 +12,22 @@
91
12
  "hostedServiceAllowed": true,
92
13
  "protocol": null,
93
14
  "note": "Windows binaries unavailable. Require WSL.",
94
- "latestLts": "25.12",
95
15
  "versions": {
96
16
  "25.12.3.21": true
97
17
  },
98
- "platforms": {
99
- "linux-x64": true,
100
- "linux-arm64": true,
101
- "darwin-x64": true,
102
- "darwin-arm64": true
103
- },
18
+ "platforms": [
19
+ "linux-x64",
20
+ "linux-arm64",
21
+ "darwin-x64",
22
+ "darwin-arm64"
23
+ ],
104
24
  "cliTools": {
105
25
  "server": "clickhouse-server",
106
26
  "client": "clickhouse-client",
107
- "utilities": ["clickhouse-local", "clickhouse-benchmark"],
27
+ "utilities": [
28
+ "clickhouse-local",
29
+ "clickhouse-benchmark"
30
+ ],
108
31
  "enhanced": []
109
32
  },
110
33
  "connection": {
@@ -115,45 +38,7 @@
115
38
  "defaultUser": "default",
116
39
  "queryLanguage": "SQL"
117
40
  },
118
- "status": "completed"
119
- },
120
- "chroma": {
121
- "displayName": "Chroma",
122
- "description": "AI-native embedding database for LLM applications, lightweight and easy to deploy",
123
- "type": "Vector",
124
- "sourceRepo": "https://github.com/chroma-core/chroma",
125
- "license": "Apache-2.0",
126
- "commercialUse": true,
127
- "hostedServiceAllowed": true,
128
- "protocol": null,
129
- "note": "Unsupported: Python-only distribution via pip. No standalone native binaries for any platform. Rust core is compiled as Python extension, not standalone executable.",
130
- "latestLts": "1.0",
131
- "versions": {
132
- "1.0.12": false
133
- },
134
- "platforms": {
135
- "linux-x64": false,
136
- "linux-arm64": false,
137
- "darwin-x64": false,
138
- "darwin-arm64": false,
139
- "win32-x64": false
140
- },
141
- "cliTools": {
142
- "server": "chroma",
143
- "client": null,
144
- "utilities": [],
145
- "enhanced": [],
146
- "note": "HTTP/gRPC API; use official SDKs"
147
- },
148
- "connection": {
149
- "runtime": "server",
150
- "defaultPort": 8000,
151
- "scheme": "http",
152
- "defaultDatabase": null,
153
- "defaultUser": null,
154
- "queryLanguage": "HTTP"
155
- },
156
- "status": "unsupported"
41
+ "spindbStatus": "completed"
157
42
  },
158
43
  "cockroachdb": {
159
44
  "displayName": "CockroachDB",
@@ -165,22 +50,24 @@
165
50
  "hostedServiceAllowed": false,
166
51
  "protocol": "postgresql",
167
52
  "note": "CockroachDB Software License restricts competing cloud services; fine for local dev",
168
- "latestLts": "25.4",
169
53
  "versions": {
170
54
  "25.4.2": true
171
55
  },
172
- "platforms": {
173
- "linux-x64": true,
174
- "linux-arm64": true,
175
- "darwin-x64": true,
176
- "darwin-arm64": true,
177
- "win32-x64": true
178
- },
56
+ "platforms": [
57
+ "linux-x64",
58
+ "linux-arm64",
59
+ "darwin-x64",
60
+ "darwin-arm64",
61
+ "win32-x64"
62
+ ],
179
63
  "cliTools": {
180
64
  "server": "cockroach",
181
65
  "client": "cockroach",
182
66
  "utilities": [],
183
- "enhanced": ["pgcli", "usql"],
67
+ "enhanced": [
68
+ "pgcli",
69
+ "usql"
70
+ ],
184
71
  "note": "Single binary; use 'cockroach start-single-node' for server, 'cockroach sql' for client"
185
72
  },
186
73
  "connection": {
@@ -191,7 +78,7 @@
191
78
  "defaultUser": "root",
192
79
  "queryLanguage": "SQL"
193
80
  },
194
- "status": "completed"
81
+ "spindbStatus": "completed"
195
82
  },
196
83
  "couchdb": {
197
84
  "displayName": "CouchDB",
@@ -203,17 +90,16 @@
203
90
  "hostedServiceAllowed": true,
204
91
  "protocol": null,
205
92
  "note": "",
206
- "latestLts": "3.5",
207
93
  "versions": {
208
94
  "3.5.1": true
209
95
  },
210
- "platforms": {
211
- "linux-x64": true,
212
- "linux-arm64": true,
213
- "darwin-x64": true,
214
- "darwin-arm64": true,
215
- "win32-x64": true
216
- },
96
+ "platforms": [
97
+ "linux-x64",
98
+ "linux-arm64",
99
+ "darwin-x64",
100
+ "darwin-arm64",
101
+ "win32-x64"
102
+ ],
217
103
  "cliTools": {
218
104
  "server": "couchdb",
219
105
  "client": null,
@@ -229,7 +115,7 @@
229
115
  "defaultUser": "admin",
230
116
  "queryLanguage": "HTTP"
231
117
  },
232
- "status": "completed"
118
+ "spindbStatus": "completed"
233
119
  },
234
120
  "duckdb": {
235
121
  "displayName": "DuckDB",
@@ -241,63 +127,23 @@
241
127
  "hostedServiceAllowed": true,
242
128
  "protocol": null,
243
129
  "note": "",
244
- "latestLts": "1.4",
245
130
  "versions": {
246
131
  "1.4.3": true
247
132
  },
248
- "platforms": {
249
- "linux-x64": true,
250
- "linux-arm64": true,
251
- "darwin-x64": true,
252
- "darwin-arm64": true,
253
- "win32-x64": true
254
- },
255
- "cliTools": {
256
- "server": null,
257
- "client": "duckdb",
258
- "utilities": [],
259
- "enhanced": ["usql"]
260
- },
261
- "connection": {
262
- "runtime": "embedded",
263
- "defaultPort": null,
264
- "scheme": "duckdb",
265
- "defaultDatabase": null,
266
- "defaultUser": null,
267
- "queryLanguage": "SQL"
268
- },
269
- "status": "completed"
270
- },
271
- "duckdb-vss": {
272
- "displayName": "DuckDB VSS",
273
- "description": "Vector similarity search extension for DuckDB using HNSW indexing",
274
- "type": "Vector",
275
- "sourceRepo": "https://github.com/duckdb/duckdb_vss",
276
- "license": "MIT",
277
- "commercialUse": true,
278
- "hostedServiceAllowed": true,
279
- "protocol": null,
280
- "note": "Unsupported: DuckDB extension, not a standalone database. Auto-installs within DuckDB via 'INSTALL vss; LOAD vss;'. Explicitly marked experimental and not production-ready by the DuckDB team — WAL recovery is not implemented for custom HNSW indexes, risking data loss on crash. No separate GitHub releases; distributed through DuckDB's built-in extension hub. Since DuckDB is already in hostdb, this would not be a separate entry — could potentially be pre-bundled with DuckDB releases if it reaches production status. Vectors must be FLOAT[n] type only. Index is in-memory (persisted on checkpoint). Supports L2sq, cosine, and inner product distance metrics.",
281
- "dependency": {
282
- "database": "duckdb",
283
- "cascadeDelete": false,
284
- "note": "DuckDB extension; requires DuckDB v0.10.0+ as host. Loaded via SQL: INSTALL vss; LOAD vss;"
285
- },
286
- "latestLts": "0.0",
287
- "versions": {},
288
- "platforms": {
289
- "linux-x64": true,
290
- "linux-arm64": true,
291
- "darwin-x64": true,
292
- "darwin-arm64": true,
293
- "win32-x64": true
294
- },
133
+ "platforms": [
134
+ "linux-x64",
135
+ "linux-arm64",
136
+ "darwin-x64",
137
+ "darwin-arm64",
138
+ "win32-x64"
139
+ ],
295
140
  "cliTools": {
296
141
  "server": null,
297
142
  "client": "duckdb",
298
143
  "utilities": [],
299
- "enhanced": [],
300
- "note": "Loaded as extension within DuckDB CLI; no separate binary. No formal versioned releases — distributed via DuckDB extension hub only."
144
+ "enhanced": [
145
+ "usql"
146
+ ]
301
147
  },
302
148
  "connection": {
303
149
  "runtime": "embedded",
@@ -307,45 +153,7 @@
307
153
  "defaultUser": null,
308
154
  "queryLanguage": "SQL"
309
155
  },
310
- "status": "unsupported"
311
- },
312
- "dgraph": {
313
- "displayName": "Dgraph",
314
- "description": "Native GraphQL database with horizontal scaling and distributed ACID transactions",
315
- "type": "Multi-model",
316
- "sourceRepo": "https://github.com/dgraph-io/dgraph",
317
- "license": "Apache-2.0",
318
- "commercialUse": true,
319
- "hostedServiceAllowed": true,
320
- "protocol": null,
321
- "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).",
322
- "latestLts": "25.2",
323
- "versions": {
324
- "25.2.0": false
325
- },
326
- "platforms": {
327
- "linux-x64": true,
328
- "linux-arm64": true,
329
- "darwin-x64": false,
330
- "darwin-arm64": false,
331
- "win32-x64": false
332
- },
333
- "cliTools": {
334
- "server": "dgraph",
335
- "client": null,
336
- "utilities": [],
337
- "enhanced": [],
338
- "note": "GraphQL/HTTP API; no bundled CLI query console. Requires two processes: 'dgraph zero' + 'dgraph alpha'"
339
- },
340
- "connection": {
341
- "runtime": "server",
342
- "defaultPort": 8080,
343
- "scheme": "http",
344
- "defaultDatabase": null,
345
- "defaultUser": null,
346
- "queryLanguage": "HTTP"
347
- },
348
- "status": "unsupported"
156
+ "spindbStatus": "completed"
349
157
  },
350
158
  "ferretdb": {
351
159
  "displayName": "FerretDB",
@@ -356,69 +164,47 @@
356
164
  "commercialUse": true,
357
165
  "hostedServiceAllowed": true,
358
166
  "protocol": "mongodb",
359
- "note": "Version 2 requires Postgres-DocumentDB (not on windows) but v1 may in theory build on windows",
360
- "dependency": {
361
- "database": "postgresql-documentdb",
362
- "cascadeDelete": true,
363
- "note": "FerretDB uses postgresql-documentdb as its backend; removing FerretDB also removes postgresql-documentdb since it has no standalone use"
364
- },
365
- "latestLts": "2.7",
366
- "versions": {
367
- "2.7.0": true
368
- },
369
- "platforms": {
370
- "linux-x64": true,
371
- "linux-arm64": true,
372
- "darwin-x64": true,
373
- "darwin-arm64": true,
374
- "win32-x64": true
375
- },
376
- "cliTools": {
377
- "server": "ferretdb",
378
- "client": "mongosh",
379
- "utilities": ["mongodump", "mongorestore"],
380
- "enhanced": []
381
- },
382
- "connection": {
383
- "runtime": "server",
384
- "defaultPort": 27017,
385
- "scheme": "mongodb",
386
- "defaultDatabase": "test",
387
- "defaultUser": null,
388
- "queryLanguage": "MQL"
389
- },
390
- "status": "completed"
391
- },
392
- "ferretdb-v1": {
393
- "displayName": "FerretDB (v1)",
394
- "description": "Open-source MongoDB alternative using plain PostgreSQL as the backend, wire-protocol compatible (v1.x line)",
395
- "type": "Document",
396
- "sourceRepo": "https://github.com/FerretDB/FerretDB",
397
- "license": "Apache-2.0",
398
- "commercialUse": true,
399
- "hostedServiceAllowed": true,
400
- "protocol": "mongodb",
401
- "note": "FerretDB v1.x uses plain PostgreSQL (no DocumentDB extension). Lighter weight than v2 but fewer MongoDB features. Linux binaries from official releases; macOS/Windows cross-compiled from source with Go.",
402
- "dependency": {
403
- "database": "postgresql",
404
- "cascadeDelete": false,
405
- "note": "FerretDB v1 uses plain PostgreSQL as its backend; PostgreSQL remains installed as a standalone database when FerretDB is removed"
406
- },
407
- "latestLts": "1.24",
408
- "versions": {
409
- "1.24.2": true
410
- },
411
- "platforms": {
412
- "linux-x64": true,
413
- "linux-arm64": true,
414
- "darwin-x64": true,
415
- "darwin-arm64": true,
416
- "win32-x64": true
417
- },
167
+ "note": "FerretDB v2 requires PostgreSQL-DocumentDB; v1 uses plain PostgreSQL",
168
+ "versions": {
169
+ "2.7.0": {
170
+ "platforms": [
171
+ "linux-x64",
172
+ "linux-arm64",
173
+ "darwin-x64",
174
+ "darwin-arm64"
175
+ ],
176
+ "dependencies": [
177
+ {
178
+ "database": "postgresql-documentdb",
179
+ "cascadeDelete": true,
180
+ "note": "FerretDB v2 uses postgresql-documentdb as its backend; removing FerretDB also removes postgresql-documentdb"
181
+ }
182
+ ]
183
+ },
184
+ "1.24.2": {
185
+ "dependencies": [
186
+ {
187
+ "database": "postgresql",
188
+ "cascadeDelete": false,
189
+ "note": "FerretDB v1 uses plain PostgreSQL; PostgreSQL remains installed when FerretDB is removed"
190
+ }
191
+ ]
192
+ }
193
+ },
194
+ "platforms": [
195
+ "linux-x64",
196
+ "linux-arm64",
197
+ "darwin-x64",
198
+ "darwin-arm64",
199
+ "win32-x64"
200
+ ],
418
201
  "cliTools": {
419
202
  "server": "ferretdb",
420
203
  "client": "mongosh",
421
- "utilities": ["mongodump", "mongorestore"],
204
+ "utilities": [
205
+ "mongodump",
206
+ "mongorestore"
207
+ ],
422
208
  "enhanced": []
423
209
  },
424
210
  "connection": {
@@ -429,82 +215,7 @@
429
215
  "defaultUser": null,
430
216
  "queryLanguage": "MQL"
431
217
  },
432
- "status": "in-progress"
433
- },
434
- "firebird": {
435
- "displayName": "Firebird",
436
- "description": "Relational database with embedded and client/server modes, full SQL support with stored procedures and triggers",
437
- "type": "Relational",
438
- "sourceRepo": "https://github.com/FirebirdSQL/firebird",
439
- "license": "IDPL-1.0",
440
- "commercialUse": true,
441
- "hostedServiceAllowed": true,
442
- "protocol": null,
443
- "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.",
444
- "latestLts": "5.0",
445
- "versions": {
446
- "5.0.3": true
447
- },
448
- "platforms": {
449
- "linux-x64": true,
450
- "linux-arm64": true,
451
- "darwin-x64": true,
452
- "darwin-arm64": true,
453
- "win32-x64": true
454
- },
455
- "cliTools": {
456
- "server": "firebird",
457
- "client": "isql",
458
- "utilities": ["gbak", "gfix", "gstat", "nbackup", "gsec"],
459
- "enhanced": []
460
- },
461
- "connection": {
462
- "runtime": "server",
463
- "defaultPort": 3050,
464
- "scheme": null,
465
- "defaultDatabase": null,
466
- "defaultUser": "SYSDBA",
467
- "queryLanguage": "SQL"
468
- },
469
- "status": "pending"
470
- },
471
- "gel": {
472
- "displayName": "Gel",
473
- "description": "Graph-relational database built on PostgreSQL, formerly EdgeDB, with strict typing and declarative schema",
474
- "type": "Multi-model",
475
- "sourceRepo": "https://github.com/geldata/gel",
476
- "license": "Apache-2.0",
477
- "commercialUse": true,
478
- "hostedServiceAllowed": true,
479
- "protocol": "postgresql",
480
- "note": "Formerly EdgeDB; PostgreSQL-based with graph capabilities. No Windows binary (Docker only). No GitHub Release assets; distributed via custom install script. linux-arm64 support uncertain.",
481
- "latestLts": "7.0",
482
- "versions": {
483
- "7.0.0": true
484
- },
485
- "platforms": {
486
- "linux-x64": true,
487
- "linux-arm64": false,
488
- "darwin-x64": true,
489
- "darwin-arm64": true,
490
- "win32-x64": false
491
- },
492
- "cliTools": {
493
- "server": "gel-server",
494
- "client": "gel",
495
- "utilities": [],
496
- "enhanced": [],
497
- "note": "EdgeQL query language; native CLI"
498
- },
499
- "connection": {
500
- "runtime": "server",
501
- "defaultPort": 5656,
502
- "scheme": "edgedb",
503
- "defaultDatabase": "edgedb",
504
- "defaultUser": "edgedb",
505
- "queryLanguage": "SQL"
506
- },
507
- "status": "pending"
218
+ "spindbStatus": "completed"
508
219
  },
509
220
  "influxdb": {
510
221
  "displayName": "InfluxDB",
@@ -516,17 +227,16 @@
516
227
  "hostedServiceAllowed": true,
517
228
  "protocol": null,
518
229
  "note": "v3.0 is a Rust rewrite using Apache Arrow/DataFusion. Single binary with bundled Python runtime for plugin system. Most popular time-series database by adoption.",
519
- "latestLts": "3.0",
520
230
  "versions": {
521
231
  "3.8.0": true
522
232
  },
523
- "platforms": {
524
- "linux-x64": true,
525
- "linux-arm64": true,
526
- "darwin-x64": true,
527
- "darwin-arm64": true,
528
- "win32-x64": true
529
- },
233
+ "platforms": [
234
+ "linux-x64",
235
+ "linux-arm64",
236
+ "darwin-x64",
237
+ "darwin-arm64",
238
+ "win32-x64"
239
+ ],
530
240
  "cliTools": {
531
241
  "server": "influxdb3",
532
242
  "client": null,
@@ -542,45 +252,7 @@
542
252
  "defaultUser": null,
543
253
  "queryLanguage": "SQL"
544
254
  },
545
- "status": "in-progress"
546
- },
547
- "kuzu": {
548
- "displayName": "Kuzu",
549
- "description": "Embedded graph database with Cypher query language, designed as the DuckDB/SQLite of graph databases",
550
- "type": "Graph",
551
- "sourceRepo": "https://github.com/kuzudb/kuzu",
552
- "license": "MIT",
553
- "commercialUse": true,
554
- "hostedServiceAllowed": true,
555
- "protocol": null,
556
- "note": "Unsupported: Repo archived Oct 2025 ('Kuzu is working on something new'). Community forks: Ladybug (ex-Facebook/Google lead), Bighorn (Kineviz), RyuGraph (Predictable Labs). No clear successor yet. Last release v0.11.3 binaries still downloadable but unmaintained.",
557
- "latestLts": "0.11",
558
- "versions": {
559
- "0.11.3": false
560
- },
561
- "platforms": {
562
- "linux-x64": true,
563
- "linux-arm64": true,
564
- "darwin-x64": true,
565
- "darwin-arm64": true,
566
- "win32-x64": true
567
- },
568
- "cliTools": {
569
- "server": null,
570
- "client": "kuzu",
571
- "utilities": [],
572
- "enhanced": [],
573
- "note": "Embedded database; single CLI binary, no server process"
574
- },
575
- "connection": {
576
- "runtime": "embedded",
577
- "defaultPort": null,
578
- "scheme": null,
579
- "defaultDatabase": null,
580
- "defaultUser": null,
581
- "queryLanguage": "Cypher"
582
- },
583
- "status": "unsupported"
255
+ "spindbStatus": "completed"
584
256
  },
585
257
  "mariadb": {
586
258
  "displayName": "MariaDB",
@@ -592,24 +264,30 @@
592
264
  "hostedServiceAllowed": true,
593
265
  "protocol": null,
594
266
  "note": "",
595
- "latestLts": "11.8",
596
267
  "versions": {
597
268
  "11.8.5": true,
598
269
  "11.4.5": true,
599
270
  "10.11.15": true
600
271
  },
601
- "platforms": {
602
- "linux-x64": true,
603
- "linux-arm64": true,
604
- "darwin-x64": true,
605
- "darwin-arm64": true,
606
- "win32-x64": true
607
- },
272
+ "platforms": [
273
+ "linux-x64",
274
+ "linux-arm64",
275
+ "darwin-x64",
276
+ "darwin-arm64",
277
+ "win32-x64"
278
+ ],
608
279
  "cliTools": {
609
280
  "server": "mariadbd",
610
281
  "client": "mariadb",
611
- "utilities": ["mariadb-dump", "mariadb-import", "mariadb-admin"],
612
- "enhanced": ["mycli", "usql"]
282
+ "utilities": [
283
+ "mariadb-dump",
284
+ "mariadb-import",
285
+ "mariadb-admin"
286
+ ],
287
+ "enhanced": [
288
+ "mycli",
289
+ "usql"
290
+ ]
613
291
  },
614
292
  "connection": {
615
293
  "runtime": "server",
@@ -619,7 +297,7 @@
619
297
  "defaultUser": "root",
620
298
  "queryLanguage": "SQL"
621
299
  },
622
- "status": "completed"
300
+ "spindbStatus": "completed"
623
301
  },
624
302
  "meilisearch": {
625
303
  "displayName": "Meilisearch",
@@ -631,17 +309,16 @@
631
309
  "hostedServiceAllowed": true,
632
310
  "protocol": null,
633
311
  "note": "",
634
- "latestLts": "1.33",
635
312
  "versions": {
636
313
  "1.33.1": true
637
314
  },
638
- "platforms": {
639
- "linux-x64": true,
640
- "linux-arm64": true,
641
- "darwin-x64": true,
642
- "darwin-arm64": true,
643
- "win32-x64": true
644
- },
315
+ "platforms": [
316
+ "linux-x64",
317
+ "linux-arm64",
318
+ "darwin-x64",
319
+ "darwin-arm64",
320
+ "win32-x64"
321
+ ],
645
322
  "cliTools": {
646
323
  "server": "meilisearch",
647
324
  "client": null,
@@ -657,45 +334,7 @@
657
334
  "defaultUser": null,
658
335
  "queryLanguage": "HTTP"
659
336
  },
660
- "status": "completed"
661
- },
662
- "milvus": {
663
- "displayName": "Milvus",
664
- "description": "Cloud-native vector database for scalable similarity search and AI applications",
665
- "type": "Vector",
666
- "sourceRepo": "https://github.com/milvus-io/milvus",
667
- "license": "Apache-2.0",
668
- "commercialUse": true,
669
- "hostedServiceAllowed": true,
670
- "protocol": null,
671
- "note": "Unsupported: Docker-only distribution. No native binaries for any platform. Complex multi-component architecture requiring etcd + MinIO. GitHub releases contain only Docker Compose files.",
672
- "latestLts": "2.5",
673
- "versions": {
674
- "2.5.4": false
675
- },
676
- "platforms": {
677
- "linux-x64": false,
678
- "linux-arm64": false,
679
- "darwin-x64": false,
680
- "darwin-arm64": false,
681
- "win32-x64": false
682
- },
683
- "cliTools": {
684
- "server": "milvus",
685
- "client": null,
686
- "utilities": ["birdwatcher"],
687
- "enhanced": [],
688
- "note": "gRPC/HTTP API; use official SDKs"
689
- },
690
- "connection": {
691
- "runtime": "server",
692
- "defaultPort": 19530,
693
- "scheme": "http",
694
- "defaultDatabase": "default",
695
- "defaultUser": null,
696
- "queryLanguage": "HTTP"
697
- },
698
- "status": "unsupported"
337
+ "spindbStatus": "completed"
699
338
  },
700
339
  "mongodb": {
701
340
  "displayName": "MongoDB",
@@ -707,19 +346,18 @@
707
346
  "hostedServiceAllowed": false,
708
347
  "protocol": null,
709
348
  "note": "SSPL restricts offering MongoDB as a competing managed database service (i.e., MongoDB Atlas competitors). Commercial use in applications, local dev, and internal use is fine. FerretDB available as fully open-source alternative.",
710
- "latestLts": "8.0",
711
349
  "versions": {
712
350
  "8.2.3": true,
713
351
  "8.0.17": true,
714
352
  "7.0.28": true
715
353
  },
716
- "platforms": {
717
- "linux-x64": true,
718
- "linux-arm64": true,
719
- "darwin-x64": true,
720
- "darwin-arm64": true,
721
- "win32-x64": true
722
- },
354
+ "platforms": [
355
+ "linux-x64",
356
+ "linux-arm64",
357
+ "darwin-x64",
358
+ "darwin-arm64",
359
+ "win32-x64"
360
+ ],
723
361
  "cliTools": {
724
362
  "server": "mongod",
725
363
  "client": "mongosh",
@@ -739,7 +377,7 @@
739
377
  "defaultUser": null,
740
378
  "queryLanguage": "MQL"
741
379
  },
742
- "status": "completed"
380
+ "spindbStatus": "completed"
743
381
  },
744
382
  "mysql": {
745
383
  "displayName": "MySQL",
@@ -751,25 +389,31 @@
751
389
  "hostedServiceAllowed": true,
752
390
  "protocol": null,
753
391
  "note": "",
754
- "latestLts": "8.4",
755
392
  "versions": {
756
393
  "9.5.0": true,
757
394
  "9.1.0": true,
758
395
  "8.4.3": true,
759
396
  "8.0.40": true
760
397
  },
761
- "platforms": {
762
- "linux-x64": true,
763
- "linux-arm64": true,
764
- "darwin-x64": true,
765
- "darwin-arm64": true,
766
- "win32-x64": true
767
- },
398
+ "platforms": [
399
+ "linux-x64",
400
+ "linux-arm64",
401
+ "darwin-x64",
402
+ "darwin-arm64",
403
+ "win32-x64"
404
+ ],
768
405
  "cliTools": {
769
406
  "server": "mysqld",
770
407
  "client": "mysql",
771
- "utilities": ["mysqldump", "mysqlpump", "mysqladmin"],
772
- "enhanced": ["mycli", "usql"]
408
+ "utilities": [
409
+ "mysqldump",
410
+ "mysqlpump",
411
+ "mysqladmin"
412
+ ],
413
+ "enhanced": [
414
+ "mycli",
415
+ "usql"
416
+ ]
773
417
  },
774
418
  "connection": {
775
419
  "runtime": "server",
@@ -779,45 +423,7 @@
779
423
  "defaultUser": "root",
780
424
  "queryLanguage": "SQL"
781
425
  },
782
- "status": "completed"
783
- },
784
- "opensearch": {
785
- "displayName": "OpenSearch",
786
- "description": "Distributed search and analytics engine, AWS fork of Elasticsearch",
787
- "type": "Search",
788
- "sourceRepo": "https://github.com/opensearch-project/OpenSearch",
789
- "license": "Apache-2.0",
790
- "commercialUse": true,
791
- "hostedServiceAllowed": true,
792
- "protocol": "elasticsearch",
793
- "note": "",
794
- "latestLts": "3.4",
795
- "versions": {
796
- "3.4.0": true
797
- },
798
- "platforms": {
799
- "linux-x64": true,
800
- "linux-arm64": true,
801
- "darwin-x64": true,
802
- "darwin-arm64": true,
803
- "win32-x64": true
804
- },
805
- "cliTools": {
806
- "server": "opensearch",
807
- "client": "opensearch-cli",
808
- "utilities": [],
809
- "enhanced": [],
810
- "note": "REST API; use curl or OpenSearch Dashboards"
811
- },
812
- "connection": {
813
- "runtime": "server",
814
- "defaultPort": 9200,
815
- "scheme": "http",
816
- "defaultDatabase": null,
817
- "defaultUser": null,
818
- "queryLanguage": "HTTP"
819
- },
820
- "status": "pending"
426
+ "spindbStatus": "completed"
821
427
  },
822
428
  "postgresql": {
823
429
  "displayName": "PostgreSQL",
@@ -829,20 +435,19 @@
829
435
  "hostedServiceAllowed": true,
830
436
  "protocol": null,
831
437
  "note": "",
832
- "latestLts": "18",
833
438
  "versions": {
834
439
  "18.1.0": true,
835
440
  "17.7.0": true,
836
441
  "16.11.0": true,
837
442
  "15.15.0": true
838
443
  },
839
- "platforms": {
840
- "linux-x64": true,
841
- "linux-arm64": true,
842
- "darwin-x64": true,
843
- "darwin-arm64": true,
844
- "win32-x64": true
845
- },
444
+ "platforms": [
445
+ "linux-x64",
446
+ "linux-arm64",
447
+ "darwin-x64",
448
+ "darwin-arm64",
449
+ "win32-x64"
450
+ ],
846
451
  "cliTools": {
847
452
  "server": "postgres",
848
453
  "client": "psql",
@@ -853,7 +458,10 @@
853
458
  "createdb",
854
459
  "dropdb"
855
460
  ],
856
- "enhanced": ["pgcli", "usql"]
461
+ "enhanced": [
462
+ "pgcli",
463
+ "usql"
464
+ ]
857
465
  },
858
466
  "connection": {
859
467
  "runtime": "server",
@@ -863,7 +471,7 @@
863
471
  "defaultUser": "postgres",
864
472
  "queryLanguage": "SQL"
865
473
  },
866
- "status": "completed"
474
+ "spindbStatus": "completed"
867
475
  },
868
476
  "postgresql-documentdb": {
869
477
  "displayName": "PostgreSQL + DocumentDB",
@@ -874,23 +482,28 @@
874
482
  "commercialUse": true,
875
483
  "hostedServiceAllowed": true,
876
484
  "protocol": "postgresql",
877
- "note": "Backend for FerretDB; includes pg_cron, pgvector, PostGIS, rum extensions",
878
- "latestLts": "17",
485
+ "note": "Backend for FerretDB v2 only; includes pg_cron, pgvector, PostGIS, rum extensions. Not available on Windows.",
879
486
  "versions": {
880
487
  "17-0.107.0": true
881
488
  },
882
- "platforms": {
883
- "linux-x64": true,
884
- "linux-arm64": true,
885
- "darwin-x64": true,
886
- "darwin-arm64": true,
887
- "win32-x64": true
888
- },
489
+ "platforms": [
490
+ "linux-x64",
491
+ "linux-arm64",
492
+ "darwin-x64",
493
+ "darwin-arm64"
494
+ ],
889
495
  "cliTools": {
890
496
  "server": "postgres",
891
497
  "client": "psql",
892
- "utilities": ["pg_dump", "pg_restore", "initdb", "pg_ctl"],
893
- "enhanced": ["pgcli"]
498
+ "utilities": [
499
+ "pg_dump",
500
+ "pg_restore",
501
+ "initdb",
502
+ "pg_ctl"
503
+ ],
504
+ "enhanced": [
505
+ "pgcli"
506
+ ]
894
507
  },
895
508
  "connection": {
896
509
  "runtime": "server",
@@ -900,7 +513,7 @@
900
513
  "defaultUser": "postgres",
901
514
  "queryLanguage": "SQL"
902
515
  },
903
- "status": "completed"
516
+ "spindbStatus": "completed"
904
517
  },
905
518
  "qdrant": {
906
519
  "displayName": "Qdrant",
@@ -912,17 +525,16 @@
912
525
  "hostedServiceAllowed": true,
913
526
  "protocol": null,
914
527
  "note": "",
915
- "latestLts": "1.16",
916
528
  "versions": {
917
529
  "1.16.3": true
918
530
  },
919
- "platforms": {
920
- "linux-x64": true,
921
- "linux-arm64": true,
922
- "darwin-x64": true,
923
- "darwin-arm64": true,
924
- "win32-x64": true
925
- },
531
+ "platforms": [
532
+ "linux-x64",
533
+ "linux-arm64",
534
+ "darwin-x64",
535
+ "darwin-arm64",
536
+ "win32-x64"
537
+ ],
926
538
  "cliTools": {
927
539
  "server": "qdrant",
928
540
  "client": null,
@@ -938,7 +550,7 @@
938
550
  "defaultUser": null,
939
551
  "queryLanguage": "HTTP"
940
552
  },
941
- "status": "completed"
553
+ "spindbStatus": "completed"
942
554
  },
943
555
  "questdb": {
944
556
  "displayName": "QuestDB",
@@ -950,27 +562,31 @@
950
562
  "hostedServiceAllowed": true,
951
563
  "protocol": null,
952
564
  "note": "",
953
- "dependency": {
954
- "database": "postgresql",
955
- "cascadeDelete": false,
956
- "note": "QuestDB uses PostgreSQL client tools (psql, pgcli) for its wire protocol; PostgreSQL remains installed as a standalone database when QuestDB is removed"
957
- },
958
- "latestLts": "9.2",
565
+ "dependencies": [
566
+ {
567
+ "database": "postgresql",
568
+ "cascadeDelete": false,
569
+ "note": "QuestDB uses PostgreSQL client tools (psql, pgcli) for its wire protocol; PostgreSQL remains installed as a standalone database when QuestDB is removed"
570
+ }
571
+ ],
959
572
  "versions": {
960
573
  "9.2.3": true
961
574
  },
962
- "platforms": {
963
- "linux-x64": true,
964
- "linux-arm64": true,
965
- "darwin-x64": true,
966
- "darwin-arm64": true,
967
- "win32-x64": true
968
- },
575
+ "platforms": [
576
+ "linux-x64",
577
+ "linux-arm64",
578
+ "darwin-x64",
579
+ "darwin-arm64",
580
+ "win32-x64"
581
+ ],
969
582
  "cliTools": {
970
583
  "server": "questdb",
971
584
  "client": "psql",
972
585
  "utilities": [],
973
- "enhanced": ["pgcli", "usql"],
586
+ "enhanced": [
587
+ "pgcli",
588
+ "usql"
589
+ ],
974
590
  "note": "PostgreSQL wire protocol; use psql or pgcli"
975
591
  },
976
592
  "connection": {
@@ -981,7 +597,7 @@
981
597
  "defaultUser": "admin",
982
598
  "queryLanguage": "SQL"
983
599
  },
984
- "status": "completed"
600
+ "spindbStatus": "completed"
985
601
  },
986
602
  "redis": {
987
603
  "displayName": "Redis",
@@ -993,23 +609,28 @@
993
609
  "hostedServiceAllowed": false,
994
610
  "protocol": null,
995
611
  "note": "RSALv2 restricts building competing products to Redis itself. AGPL-3.0 (8.0+) requires source disclosure if you modify Redis and offer it as a network service. Commercial use in applications, local dev, and internal use is fine. Valkey available as BSD-licensed drop-in alternative.",
996
- "latestLts": "8.4",
997
612
  "versions": {
998
613
  "8.4.0": true,
999
614
  "7.4.7": true
1000
615
  },
1001
- "platforms": {
1002
- "linux-x64": true,
1003
- "linux-arm64": true,
1004
- "darwin-x64": true,
1005
- "darwin-arm64": true,
1006
- "win32-x64": true
1007
- },
616
+ "platforms": [
617
+ "linux-x64",
618
+ "linux-arm64",
619
+ "darwin-x64",
620
+ "darwin-arm64",
621
+ "win32-x64"
622
+ ],
1008
623
  "cliTools": {
1009
624
  "server": "redis-server",
1010
625
  "client": "redis-cli",
1011
- "utilities": ["redis-benchmark", "redis-check-aof", "redis-check-rdb"],
1012
- "enhanced": ["iredis"]
626
+ "utilities": [
627
+ "redis-benchmark",
628
+ "redis-check-aof",
629
+ "redis-check-rdb"
630
+ ],
631
+ "enhanced": [
632
+ "iredis"
633
+ ]
1013
634
  },
1014
635
  "connection": {
1015
636
  "runtime": "server",
@@ -1019,44 +640,7 @@
1019
640
  "defaultUser": null,
1020
641
  "queryLanguage": "Redis"
1021
642
  },
1022
- "status": "completed"
1023
- },
1024
- "rocksdb": {
1025
- "displayName": "RocksDB",
1026
- "description": "High-performance embedded key-value store based on LSM trees, developed by Meta",
1027
- "type": "Embedded KV",
1028
- "sourceRepo": "https://github.com/facebook/rocksdb",
1029
- "license": "GPL-2.0 OR Apache-2.0",
1030
- "commercialUse": true,
1031
- "hostedServiceAllowed": true,
1032
- "protocol": null,
1033
- "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.",
1034
- "latestLts": "10.10",
1035
- "versions": {
1036
- "10.10.1": true
1037
- },
1038
- "platforms": {
1039
- "linux-x64": true,
1040
- "linux-arm64": true,
1041
- "darwin-x64": true,
1042
- "darwin-arm64": true,
1043
- "win32-x64": true
1044
- },
1045
- "cliTools": {
1046
- "server": null,
1047
- "client": "ldb",
1048
- "utilities": ["sst_dump"],
1049
- "enhanced": []
1050
- },
1051
- "connection": {
1052
- "runtime": "embedded",
1053
- "defaultPort": null,
1054
- "scheme": null,
1055
- "defaultDatabase": null,
1056
- "defaultUser": null,
1057
- "queryLanguage": "API"
1058
- },
1059
- "status": "pending"
643
+ "spindbStatus": "completed"
1060
644
  },
1061
645
  "sqlite": {
1062
646
  "displayName": "SQLite",
@@ -1068,65 +652,24 @@
1068
652
  "hostedServiceAllowed": true,
1069
653
  "protocol": null,
1070
654
  "note": "",
1071
- "latestLts": "3.51",
1072
655
  "versions": {
1073
656
  "3.51.2": true
1074
657
  },
1075
- "platforms": {
1076
- "linux-x64": true,
1077
- "linux-arm64": true,
1078
- "darwin-x64": true,
1079
- "darwin-arm64": true,
1080
- "win32-x64": true
1081
- },
1082
- "cliTools": {
1083
- "server": null,
1084
- "client": "sqlite3",
1085
- "utilities": [],
1086
- "enhanced": ["litecli", "usql"]
1087
- },
1088
- "connection": {
1089
- "runtime": "embedded",
1090
- "defaultPort": null,
1091
- "scheme": "sqlite",
1092
- "defaultDatabase": null,
1093
- "defaultUser": null,
1094
- "queryLanguage": "SQL"
1095
- },
1096
- "status": "completed"
1097
- },
1098
- "sqlite-vec": {
1099
- "displayName": "sqlite-vec",
1100
- "description": "Vector search SQLite extension for similarity search and KNN queries, pure C with zero dependencies",
1101
- "type": "Vector",
1102
- "sourceRepo": "https://github.com/asg017/sqlite-vec",
1103
- "license": "Apache-2.0",
1104
- "commercialUse": true,
1105
- "hostedServiceAllowed": true,
1106
- "protocol": null,
1107
- "note": "SQLite loadable extension (.so/.dylib/.dll), not a standalone database. Adds vec0 virtual table for vector indexing with k-nearest-neighbor (KNN) queries. Pure C, zero dependencies — runs anywhere SQLite runs. Pre-built loadable extensions available for all 5 hostdb platforms on GitHub Releases. Loaded in sqlite3 CLI via '.load vec0'. Mozilla Builders backed. Last stable release v0.1.6 (Nov 2024), alpha v0.1.7 (Jan 2025) — development pace is slow but project is not abandoned. Successor to the deprecated sqlite-vss (which used FAISS). Natural fit for hostdb since SQLite is already distributed; could bundle the extension with SQLite releases or distribute as a separate entry. Supports metadata columns, partition keys, and auxiliary columns as of v0.1.6.",
1108
- "dependency": {
1109
- "database": "sqlite",
1110
- "cascadeDelete": false,
1111
- "note": "SQLite loadable extension; requires SQLite 3.41+ as host. Loaded via '.load vec0' in sqlite3 CLI. Removing sqlite-vec does not remove SQLite (standalone database)."
1112
- },
1113
- "latestLts": "0.1",
1114
- "versions": {
1115
- "0.1.6": true
1116
- },
1117
- "platforms": {
1118
- "linux-x64": true,
1119
- "linux-arm64": true,
1120
- "darwin-x64": true,
1121
- "darwin-arm64": true,
1122
- "win32-x64": true
1123
- },
658
+ "platforms": [
659
+ "linux-x64",
660
+ "linux-arm64",
661
+ "darwin-x64",
662
+ "darwin-arm64",
663
+ "win32-x64"
664
+ ],
1124
665
  "cliTools": {
1125
666
  "server": null,
1126
667
  "client": "sqlite3",
1127
668
  "utilities": [],
1128
- "enhanced": ["litecli"],
1129
- "note": "Loaded as extension within sqlite3 CLI via '.load vec0'; no separate binary"
669
+ "enhanced": [
670
+ "litecli",
671
+ "usql"
672
+ ]
1130
673
  },
1131
674
  "connection": {
1132
675
  "runtime": "embedded",
@@ -1136,7 +679,7 @@
1136
679
  "defaultUser": null,
1137
680
  "queryLanguage": "SQL"
1138
681
  },
1139
- "status": "pending"
682
+ "spindbStatus": "completed"
1140
683
  },
1141
684
  "surrealdb": {
1142
685
  "displayName": "SurrealDB",
@@ -1148,17 +691,16 @@
1148
691
  "hostedServiceAllowed": false,
1149
692
  "protocol": null,
1150
693
  "note": "Rust-based; single binary. License is BSL-1.1 (not Apache-2.0); prohibits competing DBaaS offerings. Converts to Apache-2.0 after 4 years per release. Fine for local dev and internal use.",
1151
- "latestLts": "2.3",
1152
694
  "versions": {
1153
695
  "2.3.2": true
1154
696
  },
1155
- "platforms": {
1156
- "linux-x64": true,
1157
- "linux-arm64": true,
1158
- "darwin-x64": true,
1159
- "darwin-arm64": true,
1160
- "win32-x64": true
1161
- },
697
+ "platforms": [
698
+ "linux-x64",
699
+ "linux-arm64",
700
+ "darwin-x64",
701
+ "darwin-arm64",
702
+ "win32-x64"
703
+ ],
1162
704
  "cliTools": {
1163
705
  "server": "surreal",
1164
706
  "client": "surreal",
@@ -1174,45 +716,7 @@
1174
716
  "defaultUser": "root",
1175
717
  "queryLanguage": "SQL"
1176
718
  },
1177
- "status": "completed"
1178
- },
1179
- "tidb": {
1180
- "displayName": "TiDB",
1181
- "description": "Distributed SQL database with MySQL compatibility, horizontal scalability, and HTAP support",
1182
- "type": "Distributed SQL",
1183
- "sourceRepo": "https://github.com/pingcap/tidb",
1184
- "license": "Apache-2.0",
1185
- "commercialUse": true,
1186
- "hostedServiceAllowed": true,
1187
- "protocol": "mysql",
1188
- "note": "No native Windows binary. macOS binaries only available via TiUP package manager, not direct download. Can run standalone with UniStore (without TiKV/PD).",
1189
- "latestLts": "8.5",
1190
- "versions": {
1191
- "8.5.4": true
1192
- },
1193
- "platforms": {
1194
- "linux-x64": true,
1195
- "linux-arm64": true,
1196
- "darwin-x64": true,
1197
- "darwin-arm64": true,
1198
- "win32-x64": false
1199
- },
1200
- "cliTools": {
1201
- "server": "tidb-server",
1202
- "client": "mysql",
1203
- "utilities": ["dumpling", "tidb-lightning"],
1204
- "enhanced": ["mycli", "usql"],
1205
- "note": "MySQL wire protocol; use mysql client"
1206
- },
1207
- "connection": {
1208
- "runtime": "server",
1209
- "defaultPort": 4000,
1210
- "scheme": "mysql",
1211
- "defaultDatabase": "test",
1212
- "defaultUser": "root",
1213
- "queryLanguage": "SQL"
1214
- },
1215
- "status": "pending"
719
+ "spindbStatus": "completed"
1216
720
  },
1217
721
  "typedb": {
1218
722
  "displayName": "TypeDB",
@@ -1224,17 +728,16 @@
1224
728
  "hostedServiceAllowed": true,
1225
729
  "protocol": null,
1226
730
  "note": "Rewritten from Java to Rust in v3.0 (Dec 2024). Binaries distributed via Cloudsmith and GitHub Releases.",
1227
- "latestLts": "3.8",
1228
731
  "versions": {
1229
732
  "3.8.0": true
1230
733
  },
1231
- "platforms": {
1232
- "linux-x64": true,
1233
- "linux-arm64": true,
1234
- "darwin-x64": true,
1235
- "darwin-arm64": true,
1236
- "win32-x64": true
1237
- },
734
+ "platforms": [
735
+ "linux-x64",
736
+ "linux-arm64",
737
+ "darwin-x64",
738
+ "darwin-arm64",
739
+ "win32-x64"
740
+ ],
1238
741
  "cliTools": {
1239
742
  "server": "typedb",
1240
743
  "client": "typedb-console",
@@ -1250,45 +753,7 @@
1250
753
  "defaultUser": null,
1251
754
  "queryLanguage": "TypeQL"
1252
755
  },
1253
- "status": "completed"
1254
- },
1255
- "timescaledb": {
1256
- "displayName": "TimescaleDB",
1257
- "description": "Time-series database built on PostgreSQL for fast analytics and scalability",
1258
- "type": "Time-series",
1259
- "sourceRepo": "https://github.com/timescale/timescaledb",
1260
- "license": "Apache-2.0 / TSL",
1261
- "commercialUse": true,
1262
- "hostedServiceAllowed": false,
1263
- "protocol": "postgresql",
1264
- "note": "Dual-licensed: core is Apache-2.0, advanced features under Timescale License (TSL) which restricts competing DBaaS. PostgreSQL extension, not standalone.",
1265
- "latestLts": "2.24",
1266
- "versions": {
1267
- "2.24.0": true
1268
- },
1269
- "platforms": {
1270
- "linux-x64": true,
1271
- "linux-arm64": true,
1272
- "darwin-x64": true,
1273
- "darwin-arm64": true,
1274
- "win32-x64": true
1275
- },
1276
- "cliTools": {
1277
- "server": "postgres",
1278
- "client": "psql",
1279
- "utilities": ["pg_dump", "pg_restore"],
1280
- "enhanced": ["pgcli", "usql"],
1281
- "note": "PostgreSQL extension; uses PostgreSQL tools"
1282
- },
1283
- "connection": {
1284
- "runtime": "server",
1285
- "defaultPort": 5432,
1286
- "scheme": "postgresql",
1287
- "defaultDatabase": "postgres",
1288
- "defaultUser": "postgres",
1289
- "queryLanguage": "SQL"
1290
- },
1291
- "status": "pending"
756
+ "spindbStatus": "completed"
1292
757
  },
1293
758
  "valkey": {
1294
759
  "displayName": "Valkey",
@@ -1300,23 +765,26 @@
1300
765
  "hostedServiceAllowed": true,
1301
766
  "protocol": "redis",
1302
767
  "note": "",
1303
- "latestLts": "9.0",
1304
768
  "versions": {
1305
769
  "9.0.1": true,
1306
770
  "8.0.6": true
1307
771
  },
1308
- "platforms": {
1309
- "linux-x64": true,
1310
- "linux-arm64": true,
1311
- "darwin-x64": true,
1312
- "darwin-arm64": true,
1313
- "win32-x64": true
1314
- },
772
+ "platforms": [
773
+ "linux-x64",
774
+ "linux-arm64",
775
+ "darwin-x64",
776
+ "darwin-arm64",
777
+ "win32-x64"
778
+ ],
1315
779
  "cliTools": {
1316
780
  "server": "valkey-server",
1317
781
  "client": "valkey-cli",
1318
- "utilities": ["valkey-benchmark"],
1319
- "enhanced": ["iredis"]
782
+ "utilities": [
783
+ "valkey-benchmark"
784
+ ],
785
+ "enhanced": [
786
+ "iredis"
787
+ ]
1320
788
  },
1321
789
  "connection": {
1322
790
  "runtime": "server",
@@ -1326,45 +794,7 @@
1326
794
  "defaultUser": null,
1327
795
  "queryLanguage": "Redis"
1328
796
  },
1329
- "status": "completed"
1330
- },
1331
- "weaviate": {
1332
- "displayName": "Weaviate",
1333
- "description": "AI-native vector database with built-in vectorization modules and hybrid search",
1334
- "type": "Vector",
1335
- "sourceRepo": "https://github.com/weaviate/weaviate",
1336
- "license": "BSD-3-Clause",
1337
- "commercialUse": true,
1338
- "hostedServiceAllowed": true,
1339
- "protocol": null,
1340
- "note": "Go-based single binary. No official Windows binary; macOS distributed as universal binary (x64+arm64).",
1341
- "latestLts": "1.29",
1342
- "versions": {
1343
- "1.29.0": true
1344
- },
1345
- "platforms": {
1346
- "linux-x64": true,
1347
- "linux-arm64": true,
1348
- "darwin-x64": true,
1349
- "darwin-arm64": true,
1350
- "win32-x64": false
1351
- },
1352
- "cliTools": {
1353
- "server": "weaviate",
1354
- "client": null,
1355
- "utilities": [],
1356
- "enhanced": [],
1357
- "note": "REST/GraphQL API; use official SDKs"
1358
- },
1359
- "connection": {
1360
- "runtime": "server",
1361
- "defaultPort": 8080,
1362
- "scheme": "http",
1363
- "defaultDatabase": null,
1364
- "defaultUser": null,
1365
- "queryLanguage": "HTTP"
1366
- },
1367
- "status": "pending"
797
+ "spindbStatus": "completed"
1368
798
  }
1369
799
  }
1370
800
  }