hostdb 0.13.0 → 0.14.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/README.md CHANGED
@@ -211,6 +211,7 @@ pnpm add:engine sqlite # Then follow printed instructions
211
211
  ## Documentation
212
212
 
213
213
  - [ARCHITECTURE.md](./ARCHITECTURE.md) - Visual representation of how this repo works
214
+ - [BINARIES.md](./BINARIES.md) - Archive structure reference for each database
214
215
  - [CHECKLIST.md](./CHECKLIST.md) - Checklist for adding a new database
215
216
 
216
217
  ## TODO
package/databases.json CHANGED
@@ -259,7 +259,7 @@
259
259
  "defaultUser": null,
260
260
  "queryLanguage": "MQL"
261
261
  },
262
- "status": "pending"
262
+ "status": "in-progress"
263
263
  },
264
264
  "foundationdb": {
265
265
  "displayName": "FoundationDB",
@@ -644,6 +644,42 @@
644
644
  },
645
645
  "status": "in-progress"
646
646
  },
647
+ "postgresql-documentdb": {
648
+ "displayName": "PostgreSQL + DocumentDB",
649
+ "description": "PostgreSQL with DocumentDB extension for FerretDB backend",
650
+ "type": "Document",
651
+ "sourceRepo": "https://github.com/FerretDB/documentdb",
652
+ "license": "Apache-2.0",
653
+ "commercialUse": true,
654
+ "protocol": "postgresql",
655
+ "note": "Backend for FerretDB; includes pg_cron, pgvector, PostGIS, rum extensions",
656
+ "latestLts": "17",
657
+ "versions": {
658
+ "17-0.107.0": true
659
+ },
660
+ "platforms": {
661
+ "linux-x64": true,
662
+ "linux-arm64": true,
663
+ "darwin-x64": true,
664
+ "darwin-arm64": true,
665
+ "win32-x64": false
666
+ },
667
+ "cliTools": {
668
+ "server": "postgres",
669
+ "client": "psql",
670
+ "utilities": ["pg_dump", "pg_restore", "initdb", "pg_ctl"],
671
+ "enhanced": ["pgcli"]
672
+ },
673
+ "connection": {
674
+ "runtime": "server",
675
+ "defaultPort": 5432,
676
+ "scheme": "postgresql",
677
+ "defaultDatabase": "postgres",
678
+ "defaultUser": "postgres",
679
+ "queryLanguage": "SQL"
680
+ },
681
+ "status": "in-progress"
682
+ },
647
683
  "qdrant": {
648
684
  "displayName": "Qdrant",
649
685
  "description": "High-performance vector database for AI applications, semantic search, and similarity matching",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.13.0",
3
+ "version": "0.14.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",
@@ -31,11 +31,13 @@
31
31
  "dbs": "tsx scripts/list-databases.ts",
32
32
  "download:clickhouse": "tsx builds/clickhouse/download.ts",
33
33
  "download:duckdb": "tsx builds/duckdb/download.ts",
34
+ "download:ferretdb": "tsx builds/ferretdb/download.ts",
34
35
  "download:mariadb": "tsx builds/mariadb/download.ts",
35
36
  "download:meilisearch": "tsx builds/meilisearch/download.ts",
36
37
  "download:mongodb": "tsx builds/mongodb/download.ts",
37
38
  "download:mysql": "tsx builds/mysql/download.ts",
38
39
  "download:postgresql": "tsx builds/postgresql/download.ts",
40
+ "download:postgresql-documentdb": "tsx builds/postgresql-documentdb/download.ts",
39
41
  "download:qdrant": "tsx builds/qdrant/download.ts",
40
42
  "download:redis": "tsx builds/redis/download.ts",
41
43
  "download:sqlite": "tsx builds/sqlite/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-21T07:12:12.164Z",
4
+ "lastUpdated": "2026-01-23T05:50:47.549Z",
5
5
  "databases": {
6
6
  "clickhouse": {
7
7
  "25.12.3.21": {
@@ -164,6 +164,40 @@
164
164
  }
165
165
  }
166
166
  },
167
+ "meilisearch": {
168
+ "1.33.1": {
169
+ "version": "1.33.1",
170
+ "releaseTag": "meilisearch-1.33.1",
171
+ "releasedAt": "2026-01-22T07:39:06Z",
172
+ "platforms": {
173
+ "darwin-arm64": {
174
+ "url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-darwin-arm64.tar.gz",
175
+ "sha256": "39366cfd7271d7de80ca04e274ee26b3d61c2dd346ab77763d44de8cb39d47b1",
176
+ "size": 95970604
177
+ },
178
+ "darwin-x64": {
179
+ "url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-darwin-x64.tar.gz",
180
+ "sha256": "1fdbcf0b40ea851df48daf0810d866b3f98eaa64924e7b7f4dd7accab593a148",
181
+ "size": 96577716
182
+ },
183
+ "linux-arm64": {
184
+ "url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-linux-arm64.tar.gz",
185
+ "sha256": "ce0ab5f8d2ca487a45c80f95eae8f95f5a069a0706050851a94982c4a90b95bc",
186
+ "size": 96104406
187
+ },
188
+ "linux-x64": {
189
+ "url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-linux-x64.tar.gz",
190
+ "sha256": "e93aa8d1f881a37e4c86ce0b39c8bf61b9e5fba504a3fa5371c2e5afa3f06ec9",
191
+ "size": 97503186
192
+ },
193
+ "win32-x64": {
194
+ "url": "https://github.com/robertjbass/hostdb/releases/download/meilisearch-1.33.1/meilisearch-1.33.1-win32-x64.zip",
195
+ "sha256": "19027f7dab9fd1c0c9a1b3ef1d40b0e903a7e3410b70afdd2bf53c928adeeb64",
196
+ "size": 95325386
197
+ }
198
+ }
199
+ }
200
+ },
167
201
  "mongodb": {
168
202
  "8.2.3": {
169
203
  "version": "8.2.3",