hostdb 0.11.0 → 0.12.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/cli/bin.ts CHANGED
@@ -19,6 +19,7 @@ const DATABASE_ALIASES: Record<string, string> = {
19
19
  mongo: 'mongodb',
20
20
  maria: 'mariadb',
21
21
  ch: 'clickhouse',
22
+ duck: 'duckdb',
22
23
  }
23
24
 
24
25
  // Aliases for platforms - maps to array of platforms
@@ -176,6 +177,7 @@ Database Aliases:
176
177
  mongo → mongodb
177
178
  maria → mariadb
178
179
  ch → clickhouse
180
+ duck → duckdb
179
181
  `)
180
182
  }
181
183
 
package/databases.json CHANGED
@@ -223,7 +223,7 @@
223
223
  "defaultUser": null,
224
224
  "queryLanguage": "SQL"
225
225
  },
226
- "status": "in-progress"
226
+ "status": "completed"
227
227
  },
228
228
  "ferretdb": {
229
229
  "displayName": "FerretDB",
@@ -659,7 +659,7 @@
659
659
  },
660
660
  "platforms": {
661
661
  "linux-x64": true,
662
- "linux-arm64": false,
662
+ "linux-arm64": true,
663
663
  "darwin-x64": true,
664
664
  "darwin-arm64": true,
665
665
  "win32-x64": true
@@ -679,7 +679,7 @@
679
679
  "defaultUser": null,
680
680
  "queryLanguage": "HTTP"
681
681
  },
682
- "status": "pending"
682
+ "status": "in-progress"
683
683
  },
684
684
  "questdb": {
685
685
  "displayName": "QuestDB",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.11.0",
3
+ "version": "0.12.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",
@@ -35,6 +35,7 @@
35
35
  "download:mongodb": "tsx builds/mongodb/download.ts",
36
36
  "download:mysql": "tsx builds/mysql/download.ts",
37
37
  "download:postgresql": "tsx builds/postgresql/download.ts",
38
+ "download:qdrant": "tsx builds/qdrant/download.ts",
38
39
  "download:redis": "tsx builds/redis/download.ts",
39
40
  "download:sqlite": "tsx builds/sqlite/download.ts",
40
41
  "download:valkey": "tsx builds/valkey/download.ts",
package/releases.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "./schemas/releases.schema.json",
3
3
  "repository": "robertjbass/hostdb",
4
- "lastUpdated": "2026-01-17T21:26:58.053Z",
4
+ "lastUpdated": "2026-01-18T07:53:22.351Z",
5
5
  "databases": {
6
6
  "clickhouse": {
7
7
  "25.12.3.21": {
@@ -32,6 +32,40 @@
32
32
  }
33
33
  }
34
34
  },
35
+ "duckdb": {
36
+ "1.4.3": {
37
+ "version": "1.4.3",
38
+ "releaseTag": "duckdb-1.4.3",
39
+ "releasedAt": "2026-01-18T07:53:09Z",
40
+ "platforms": {
41
+ "darwin-arm64": {
42
+ "url": "https://github.com/robertjbass/hostdb/releases/download/duckdb-1.4.3/duckdb-1.4.3-darwin-arm64.tar.gz",
43
+ "sha256": "fa193eed3b66fce4620b71e8f4d78fc6d5b92aae634295529b4edea75a4cbe71",
44
+ "size": 15824489
45
+ },
46
+ "darwin-x64": {
47
+ "url": "https://github.com/robertjbass/hostdb/releases/download/duckdb-1.4.3/duckdb-1.4.3-darwin-x64.tar.gz",
48
+ "sha256": "83ac5422f99db28a7336c584004f91aa63ad1c9104f198098135922a527a8f90",
49
+ "size": 18174276
50
+ },
51
+ "linux-arm64": {
52
+ "url": "https://github.com/robertjbass/hostdb/releases/download/duckdb-1.4.3/duckdb-1.4.3-linux-arm64.tar.gz",
53
+ "sha256": "08cc7723ee6fe9df9aaf3bd51c98c87f2bc73a8bbc29ab4ae68af5b1c79ed0bd",
54
+ "size": 17562405
55
+ },
56
+ "linux-x64": {
57
+ "url": "https://github.com/robertjbass/hostdb/releases/download/duckdb-1.4.3/duckdb-1.4.3-linux-x64.tar.gz",
58
+ "sha256": "761af538c9281ccbd2d7bf928d307d8f912577bc06153103130e9ec502641db1",
59
+ "size": 19135214
60
+ },
61
+ "win32-x64": {
62
+ "url": "https://github.com/robertjbass/hostdb/releases/download/duckdb-1.4.3/duckdb-1.4.3-win32-x64.zip",
63
+ "sha256": "00c23a7b2ec7cf4826cc9a097c86022a99fda9d985ef45e00664e0a19deaa083",
64
+ "size": 11864734
65
+ }
66
+ }
67
+ }
68
+ },
35
69
  "mariadb": {
36
70
  "11.8.5": {
37
71
  "version": "11.8.5",