Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-10 | 1.7 kB | |
v2.0.3 source code.tar.gz | 2025-02-10 | 9.0 MB | |
v2.0.3 source code.zip | 2025-02-10 | 9.0 MB | |
Totals: 3 Items | 18.0 MB | 0 |
What's Changed
- Migrate to @duckdb/node-api by @nimrossum in https://github.com/git-truck/git-truck/pull/769
We migrated our database API, which has mitigtaed unstable and slow installs, as well as address deprecation warnings. Install benchmark of previous version vs. latest with npm:
┌─────────┬──────────┬──────────────────────────┬─────────────────────────────────────┐
│ (index) │ version │ npx average time (in ms) │ global install average time (in ms) │
├─────────┼──────────┼──────────────────────────┼─────────────────────────────────────┤
│ 0 │ '2.0.2' │ 16852 │ 10892 │
│ 1 │ '2.0.3' │ 9721 │ 2919. │
└─────────┴──────────┴──────────────────────────┴─────────────────────────────────────┘
The new database API is also compatible with Bun, which is a new and efficient JavaScript runtime.
To run the latest version of git-truck with Bun, run:
bunx --bun git-truck@latest
Full Changelog: https://github.com/git-truck/git-truck/compare/v2.0.2...v2.0.3