hostdb 0.29.0 → 0.30.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
@@ -238,6 +238,37 @@
238
238
  },
239
239
  "spindbStatus": "completed"
240
240
  },
241
+ "libsql": {
242
+ "displayName": "libSQL",
243
+ "description": "SQLite fork by Turso with server mode (sqld), HTTP API, replication, and embedded replica support",
244
+ "type": "Embedded SQL",
245
+ "sourceRepo": "https://github.com/tursodatabase/libsql",
246
+ "license": "MIT",
247
+ "commercialUse": true,
248
+ "hostedServiceAllowed": true,
249
+ "protocol": "sqlite",
250
+ "note": "Windows binaries unavailable. Require WSL.",
251
+ "versions": {
252
+ "0.24.32": true
253
+ },
254
+ "platforms": ["linux-x64", "linux-arm64", "darwin-x64", "darwin-arm64"],
255
+ "cliTools": {
256
+ "server": "sqld",
257
+ "client": null,
258
+ "utilities": [],
259
+ "enhanced": ["litecli", "usql"],
260
+ "note": "HTTP API; use Turso client SDKs or any libSQL/SQLite client"
261
+ },
262
+ "connection": {
263
+ "runtime": "server",
264
+ "defaultPort": 8080,
265
+ "scheme": "http",
266
+ "defaultDatabase": null,
267
+ "defaultUser": null,
268
+ "queryLanguage": "SQL"
269
+ },
270
+ "spindbStatus": "in-progress"
271
+ },
241
272
  "mariadb": {
242
273
  "displayName": "MariaDB",
243
274
  "description": "Community-developed fork of MySQL with enhanced performance, storage engines, and features",
@@ -367,14 +398,34 @@
367
398
  "protocol": null,
368
399
  "note": "",
369
400
  "versions": {
370
- "9.6.0": true,
401
+ "9.6.0": {
402
+ "note": "mysqlpump removed in MySQL 9.0; 9.x uses mysqldump only",
403
+ "cliTools": {
404
+ "server": "mysqld",
405
+ "client": "mysql",
406
+ "utilities": ["mysqldump", "mysqladmin"],
407
+ "enhanced": ["mycli", "usql"]
408
+ }
409
+ },
371
410
  "9.5.0": {
372
411
  "deprecated": true,
373
- "note": "Deprecated; superseded by 9.6.0"
412
+ "note": "Deprecated; superseded by 9.6.0. mysqlpump removed in MySQL 9.0.",
413
+ "cliTools": {
414
+ "server": "mysqld",
415
+ "client": "mysql",
416
+ "utilities": ["mysqldump", "mysqladmin"],
417
+ "enhanced": ["mycli", "usql"]
418
+ }
374
419
  },
375
420
  "9.1.0": {
376
421
  "deprecated": true,
377
- "note": "Deprecated; superseded by 9.6.0"
422
+ "note": "Deprecated; superseded by 9.6.0. mysqlpump removed in MySQL 9.0.",
423
+ "cliTools": {
424
+ "server": "mysqld",
425
+ "client": "mysql",
426
+ "utilities": ["mysqldump", "mysqladmin"],
427
+ "enhanced": ["mycli", "usql"]
428
+ }
378
429
  },
379
430
  "8.4.3": true,
380
431
  "8.0.40": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.29.0",
3
+ "version": "0.30.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",
@@ -38,6 +38,7 @@
38
38
  "download:duckdb": "tsx builds/duckdb/download.ts",
39
39
  "download:ferretdb": "tsx builds/ferretdb/download.ts",
40
40
  "download:influxdb": "tsx builds/influxdb/download.ts",
41
+ "download:libsql": "tsx builds/libsql/download.ts",
41
42
  "download:mariadb": "tsx builds/mariadb/download.ts",
42
43
  "download:meilisearch": "tsx builds/meilisearch/download.ts",
43
44
  "download:mongodb": "tsx builds/mongodb/download.ts",
package/releases.json CHANGED
@@ -464,6 +464,38 @@
464
464
  }
465
465
  },
466
466
  "mysql": {
467
+ "9.6.0": {
468
+ "version": "9.6.0",
469
+ "releaseTag": "mysql-9.6.0",
470
+ "releasedAt": "2026-03-12T01:15:09Z",
471
+ "platforms": {
472
+ "darwin-arm64": {
473
+ "url": "https://registry.layerbase.host/mysql-9.6.0/mysql-9.6.0-darwin-arm64.tar.gz",
474
+ "sha256": "cb4adad53102e1bc0c8743c20c3a2dee07c94e5377690d2115f0658d567a9326",
475
+ "size": 171310635
476
+ },
477
+ "darwin-x64": {
478
+ "url": "https://registry.layerbase.host/mysql-9.6.0/mysql-9.6.0-darwin-x64.tar.gz",
479
+ "sha256": "219a378666c16ef650845871041d792f3b53d4c4b7c6f4bbc7fe3ee280842a58",
480
+ "size": 176031206
481
+ },
482
+ "linux-arm64": {
483
+ "url": "https://registry.layerbase.host/mysql-9.6.0/mysql-9.6.0-linux-arm64.tar.gz",
484
+ "sha256": "c30a503c056249893456a1746e0f2788568066bafde25ba96ea3ae56f8c890ba",
485
+ "size": 1083410543
486
+ },
487
+ "linux-x64": {
488
+ "url": "https://registry.layerbase.host/mysql-9.6.0/mysql-9.6.0-linux-x64.tar.gz",
489
+ "sha256": "3d58d551d6c066e8e13628f44d1307802607a8f6c7f41f4d4ba15e6433f692c2",
490
+ "size": 1092567180
491
+ },
492
+ "win32-x64": {
493
+ "url": "https://registry.layerbase.host/mysql-9.6.0/mysql-9.6.0-win32-x64.zip",
494
+ "sha256": "7c9f16ad7a6435a6f4977aa7d0a026cc3da8f2e6910be3b3cc23d688f3c2150c",
495
+ "size": 304502159
496
+ }
497
+ }
498
+ },
467
499
  "9.5.0": {
468
500
  "version": "9.5.0",
469
501
  "releaseTag": "mysql-9.5.0",