hostdb 0.28.0 → 0.29.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 +32 -83
- package/lib/databases.ts +8 -0
- package/package.json +1 -1
- package/releases.json +6 -3
package/databases.json
CHANGED
|
@@ -15,19 +15,11 @@
|
|
|
15
15
|
"versions": {
|
|
16
16
|
"25.12.3.21": true
|
|
17
17
|
},
|
|
18
|
-
"platforms": [
|
|
19
|
-
"linux-x64",
|
|
20
|
-
"linux-arm64",
|
|
21
|
-
"darwin-x64",
|
|
22
|
-
"darwin-arm64"
|
|
23
|
-
],
|
|
18
|
+
"platforms": ["linux-x64", "linux-arm64", "darwin-x64", "darwin-arm64"],
|
|
24
19
|
"cliTools": {
|
|
25
20
|
"server": "clickhouse-server",
|
|
26
21
|
"client": "clickhouse-client",
|
|
27
|
-
"utilities": [
|
|
28
|
-
"clickhouse-local",
|
|
29
|
-
"clickhouse-benchmark"
|
|
30
|
-
],
|
|
22
|
+
"utilities": ["clickhouse-local", "clickhouse-benchmark"],
|
|
31
23
|
"enhanced": []
|
|
32
24
|
},
|
|
33
25
|
"connection": {
|
|
@@ -64,10 +56,7 @@
|
|
|
64
56
|
"server": "cockroach",
|
|
65
57
|
"client": "cockroach",
|
|
66
58
|
"utilities": [],
|
|
67
|
-
"enhanced": [
|
|
68
|
-
"pgcli",
|
|
69
|
-
"usql"
|
|
70
|
-
],
|
|
59
|
+
"enhanced": ["pgcli", "usql"],
|
|
71
60
|
"note": "Single binary; use 'cockroach start-single-node' for server, 'cockroach sql' for client"
|
|
72
61
|
},
|
|
73
62
|
"connection": {
|
|
@@ -141,9 +130,7 @@
|
|
|
141
130
|
"server": null,
|
|
142
131
|
"client": "duckdb",
|
|
143
132
|
"utilities": [],
|
|
144
|
-
"enhanced": [
|
|
145
|
-
"usql"
|
|
146
|
-
]
|
|
133
|
+
"enhanced": ["usql"]
|
|
147
134
|
},
|
|
148
135
|
"connection": {
|
|
149
136
|
"runtime": "embedded",
|
|
@@ -201,10 +188,7 @@
|
|
|
201
188
|
"cliTools": {
|
|
202
189
|
"server": "ferretdb",
|
|
203
190
|
"client": "mongosh",
|
|
204
|
-
"utilities": [
|
|
205
|
-
"mongodump",
|
|
206
|
-
"mongorestore"
|
|
207
|
-
],
|
|
191
|
+
"utilities": ["mongodump", "mongorestore"],
|
|
208
192
|
"enhanced": []
|
|
209
193
|
},
|
|
210
194
|
"connection": {
|
|
@@ -279,15 +263,8 @@
|
|
|
279
263
|
"cliTools": {
|
|
280
264
|
"server": "mariadbd",
|
|
281
265
|
"client": "mariadb",
|
|
282
|
-
"utilities": [
|
|
283
|
-
|
|
284
|
-
"mariadb-import",
|
|
285
|
-
"mariadb-admin"
|
|
286
|
-
],
|
|
287
|
-
"enhanced": [
|
|
288
|
-
"mycli",
|
|
289
|
-
"usql"
|
|
290
|
-
]
|
|
266
|
+
"utilities": ["mariadb-dump", "mariadb-import", "mariadb-admin"],
|
|
267
|
+
"enhanced": ["mycli", "usql"]
|
|
291
268
|
},
|
|
292
269
|
"connection": {
|
|
293
270
|
"runtime": "server",
|
|
@@ -390,10 +367,20 @@
|
|
|
390
367
|
"protocol": null,
|
|
391
368
|
"note": "",
|
|
392
369
|
"versions": {
|
|
393
|
-
"9.
|
|
394
|
-
"9.
|
|
370
|
+
"9.6.0": true,
|
|
371
|
+
"9.5.0": {
|
|
372
|
+
"deprecated": true,
|
|
373
|
+
"note": "Deprecated; superseded by 9.6.0"
|
|
374
|
+
},
|
|
375
|
+
"9.1.0": {
|
|
376
|
+
"deprecated": true,
|
|
377
|
+
"note": "Deprecated; superseded by 9.6.0"
|
|
378
|
+
},
|
|
395
379
|
"8.4.3": true,
|
|
396
|
-
"8.0.40":
|
|
380
|
+
"8.0.40": {
|
|
381
|
+
"deprecated": true,
|
|
382
|
+
"note": "Deprecated; use 8.4.x LTS instead"
|
|
383
|
+
}
|
|
397
384
|
},
|
|
398
385
|
"platforms": [
|
|
399
386
|
"linux-x64",
|
|
@@ -405,15 +392,8 @@
|
|
|
405
392
|
"cliTools": {
|
|
406
393
|
"server": "mysqld",
|
|
407
394
|
"client": "mysql",
|
|
408
|
-
"utilities": [
|
|
409
|
-
|
|
410
|
-
"mysqlpump",
|
|
411
|
-
"mysqladmin"
|
|
412
|
-
],
|
|
413
|
-
"enhanced": [
|
|
414
|
-
"mycli",
|
|
415
|
-
"usql"
|
|
416
|
-
]
|
|
395
|
+
"utilities": ["mysqldump", "mysqlpump", "mysqladmin"],
|
|
396
|
+
"enhanced": ["mycli", "usql"]
|
|
417
397
|
},
|
|
418
398
|
"connection": {
|
|
419
399
|
"runtime": "server",
|
|
@@ -458,10 +438,7 @@
|
|
|
458
438
|
"createdb",
|
|
459
439
|
"dropdb"
|
|
460
440
|
],
|
|
461
|
-
"enhanced": [
|
|
462
|
-
"pgcli",
|
|
463
|
-
"usql"
|
|
464
|
-
]
|
|
441
|
+
"enhanced": ["pgcli", "usql"]
|
|
465
442
|
},
|
|
466
443
|
"connection": {
|
|
467
444
|
"runtime": "server",
|
|
@@ -486,24 +463,12 @@
|
|
|
486
463
|
"versions": {
|
|
487
464
|
"17-0.107.0": true
|
|
488
465
|
},
|
|
489
|
-
"platforms": [
|
|
490
|
-
"linux-x64",
|
|
491
|
-
"linux-arm64",
|
|
492
|
-
"darwin-x64",
|
|
493
|
-
"darwin-arm64"
|
|
494
|
-
],
|
|
466
|
+
"platforms": ["linux-x64", "linux-arm64", "darwin-x64", "darwin-arm64"],
|
|
495
467
|
"cliTools": {
|
|
496
468
|
"server": "postgres",
|
|
497
469
|
"client": "psql",
|
|
498
|
-
"utilities": [
|
|
499
|
-
|
|
500
|
-
"pg_restore",
|
|
501
|
-
"initdb",
|
|
502
|
-
"pg_ctl"
|
|
503
|
-
],
|
|
504
|
-
"enhanced": [
|
|
505
|
-
"pgcli"
|
|
506
|
-
]
|
|
470
|
+
"utilities": ["pg_dump", "pg_restore", "initdb", "pg_ctl"],
|
|
471
|
+
"enhanced": ["pgcli"]
|
|
507
472
|
},
|
|
508
473
|
"connection": {
|
|
509
474
|
"runtime": "server",
|
|
@@ -583,10 +548,7 @@
|
|
|
583
548
|
"server": "questdb",
|
|
584
549
|
"client": "psql",
|
|
585
550
|
"utilities": [],
|
|
586
|
-
"enhanced": [
|
|
587
|
-
"pgcli",
|
|
588
|
-
"usql"
|
|
589
|
-
],
|
|
551
|
+
"enhanced": ["pgcli", "usql"],
|
|
590
552
|
"note": "PostgreSQL wire protocol; use psql or pgcli"
|
|
591
553
|
},
|
|
592
554
|
"connection": {
|
|
@@ -623,14 +585,8 @@
|
|
|
623
585
|
"cliTools": {
|
|
624
586
|
"server": "redis-server",
|
|
625
587
|
"client": "redis-cli",
|
|
626
|
-
"utilities": [
|
|
627
|
-
|
|
628
|
-
"redis-check-aof",
|
|
629
|
-
"redis-check-rdb"
|
|
630
|
-
],
|
|
631
|
-
"enhanced": [
|
|
632
|
-
"iredis"
|
|
633
|
-
]
|
|
588
|
+
"utilities": ["redis-benchmark", "redis-check-aof", "redis-check-rdb"],
|
|
589
|
+
"enhanced": ["iredis"]
|
|
634
590
|
},
|
|
635
591
|
"connection": {
|
|
636
592
|
"runtime": "server",
|
|
@@ -666,10 +622,7 @@
|
|
|
666
622
|
"server": null,
|
|
667
623
|
"client": "sqlite3",
|
|
668
624
|
"utilities": [],
|
|
669
|
-
"enhanced": [
|
|
670
|
-
"litecli",
|
|
671
|
-
"usql"
|
|
672
|
-
]
|
|
625
|
+
"enhanced": ["litecli", "usql"]
|
|
673
626
|
},
|
|
674
627
|
"connection": {
|
|
675
628
|
"runtime": "embedded",
|
|
@@ -816,12 +769,8 @@
|
|
|
816
769
|
"cliTools": {
|
|
817
770
|
"server": "valkey-server",
|
|
818
771
|
"client": "valkey-cli",
|
|
819
|
-
"utilities": [
|
|
820
|
-
|
|
821
|
-
],
|
|
822
|
-
"enhanced": [
|
|
823
|
-
"iredis"
|
|
824
|
-
]
|
|
772
|
+
"utilities": ["valkey-benchmark"],
|
|
773
|
+
"enhanced": ["iredis"]
|
|
825
774
|
},
|
|
826
775
|
"connection": {
|
|
827
776
|
"runtime": "server",
|
package/lib/databases.ts
CHANGED
|
@@ -51,6 +51,7 @@ export type PlatformEntry = true | PlatformConfig
|
|
|
51
51
|
// Version config with overrides (when version entry is an object)
|
|
52
52
|
export type VersionConfig = {
|
|
53
53
|
enabled?: boolean
|
|
54
|
+
deprecated?: boolean
|
|
54
55
|
note?: string
|
|
55
56
|
dependencies?: Dependency[]
|
|
56
57
|
platforms?: Platform[] | Record<string, PlatformEntry>
|
|
@@ -105,6 +106,7 @@ export type VersionRelease = {
|
|
|
105
106
|
version: string
|
|
106
107
|
releaseTag: string
|
|
107
108
|
releasedAt: string
|
|
109
|
+
deprecated?: boolean
|
|
108
110
|
platforms: Partial<Record<Platform, PlatformAsset>>
|
|
109
111
|
}
|
|
110
112
|
|
|
@@ -153,6 +155,12 @@ export function isVersionEnabled(entry: VersionEntry): boolean {
|
|
|
153
155
|
return entry.enabled !== false
|
|
154
156
|
}
|
|
155
157
|
|
|
158
|
+
/** Check if a version entry is deprecated */
|
|
159
|
+
export function isVersionDeprecated(entry: VersionEntry): boolean {
|
|
160
|
+
if (typeof entry === 'boolean') return false
|
|
161
|
+
return entry.deprecated === true
|
|
162
|
+
}
|
|
163
|
+
|
|
156
164
|
/** Get set of enabled version strings for a database */
|
|
157
165
|
export function getEnabledVersions(database: string): Set<string> {
|
|
158
166
|
try {
|
package/package.json
CHANGED
package/releases.json
CHANGED
|
@@ -494,7 +494,8 @@
|
|
|
494
494
|
"sha256": "240d0fcb48663ff32a475e3e04fa4e5691ccaae489c35cf49fc0bbd000b256cd",
|
|
495
495
|
"size": 302737000
|
|
496
496
|
}
|
|
497
|
-
}
|
|
497
|
+
},
|
|
498
|
+
"deprecated": true
|
|
498
499
|
},
|
|
499
500
|
"9.1.0": {
|
|
500
501
|
"version": "9.1.0",
|
|
@@ -526,7 +527,8 @@
|
|
|
526
527
|
"sha256": "4bc4068ae41cdc1b7bc5dfca524d90cb4f625923eab8d29d7a199a4bbbf2498d",
|
|
527
528
|
"size": 302352713
|
|
528
529
|
}
|
|
529
|
-
}
|
|
530
|
+
},
|
|
531
|
+
"deprecated": true
|
|
530
532
|
},
|
|
531
533
|
"8.4.3": {
|
|
532
534
|
"version": "8.4.3",
|
|
@@ -590,7 +592,8 @@
|
|
|
590
592
|
"sha256": "83096828de495d32f4816f97bf59113ad294c5950fc03594aae9b4adb8ab2100",
|
|
591
593
|
"size": 243702261
|
|
592
594
|
}
|
|
593
|
-
}
|
|
595
|
+
},
|
|
596
|
+
"deprecated": true
|
|
594
597
|
}
|
|
595
598
|
},
|
|
596
599
|
"postgresql": {
|