better-sqlite3 on bedrock
npm install @rocicorp/zero-sqlite3This is a fork of better-sqlite3 with changes needed by Zero.
So far the changes are:
* Build the bedrock branch of SQLite to enable begin concurrent.
* Create a shell too, so we can debug db files created
* Supports both Node.js (20.x, 22.x, 23.x, 24.x) and Bun (>=1.1.0) runtimes
Other changes will be likely be made over time.