hostdb 0.18.0 → 0.19.1

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
@@ -755,7 +755,7 @@
755
755
  "defaultUser": "admin",
756
756
  "queryLanguage": "SQL"
757
757
  },
758
- "status": "pending"
758
+ "status": "completed"
759
759
  },
760
760
  "redis": {
761
761
  "displayName": "Redis",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostdb",
3
- "version": "0.18.0",
3
+ "version": "0.19.1",
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",
@@ -41,6 +41,7 @@
41
41
  "download:postgresql": "tsx builds/postgresql/download.ts",
42
42
  "download:postgresql-documentdb": "tsx builds/postgresql-documentdb/download.ts",
43
43
  "download:qdrant": "tsx builds/qdrant/download.ts",
44
+ "download:questdb": "tsx builds/questdb/download.ts",
44
45
  "download:redis": "tsx builds/redis/download.ts",
45
46
  "download:sqlite": "tsx builds/sqlite/download.ts",
46
47
  "download:surrealdb": "tsx builds/surrealdb/download.ts",
package/releases.json CHANGED
@@ -685,6 +685,40 @@
685
685
  }
686
686
  }
687
687
  },
688
+ "questdb": {
689
+ "9.2.3": {
690
+ "version": "9.2.3",
691
+ "releaseTag": "questdb-9.2.3",
692
+ "releasedAt": "2026-01-27T04:54:06Z",
693
+ "platforms": {
694
+ "darwin-arm64": {
695
+ "url": "https://github.com/robertjbass/hostdb/releases/download/questdb-9.2.3/questdb-9.2.3-darwin-arm64.tar.gz",
696
+ "sha256": "3a64985680c4dbebce92870af7c0caac989329727a851e3a571005c879b8556c",
697
+ "size": 76357339
698
+ },
699
+ "darwin-x64": {
700
+ "url": "https://github.com/robertjbass/hostdb/releases/download/questdb-9.2.3/questdb-9.2.3-darwin-x64.tar.gz",
701
+ "sha256": "d1ad6f5f91794f61f1cd27369e1cba32fadc6663660e2dc3948e19896b14d402",
702
+ "size": 70211948
703
+ },
704
+ "linux-arm64": {
705
+ "url": "https://github.com/robertjbass/hostdb/releases/download/questdb-9.2.3/questdb-9.2.3-linux-arm64.tar.gz",
706
+ "sha256": "543c127c37e1d5ae75b351376c24739f1ff3339704e7b52098027d0a87c27238",
707
+ "size": 79498762
708
+ },
709
+ "linux-x64": {
710
+ "url": "https://github.com/robertjbass/hostdb/releases/download/questdb-9.2.3/questdb-9.2.3-linux-x64.tar.gz",
711
+ "sha256": "2943e964e763bac1f0849b5eaea2015b4e4d8115ab5a95002de6eec2c03e0775",
712
+ "size": 84233128
713
+ },
714
+ "win32-x64": {
715
+ "url": "https://github.com/robertjbass/hostdb/releases/download/questdb-9.2.3/questdb-9.2.3-win32-x64.zip",
716
+ "sha256": "5e8bbe40459b5362dda2563bf217261cee95aaa7c1940b711c4ef688e01fe7ed",
717
+ "size": 75651203
718
+ }
719
+ }
720
+ }
721
+ },
688
722
  "redis": {
689
723
  "8.4.0": {
690
724
  "version": "8.4.0",