https://github.com/rocicorp/zero-sqlite3
better-sqlite3 built against the sqlite3 bedrock branch. + cli, - loadable extensions.
https://github.com/rocicorp/zero-sqlite3
Last synced: 7 months ago
JSON representation
better-sqlite3 built against the sqlite3 bedrock branch. + cli, - loadable extensions.
- Host: GitHub
- URL: https://github.com/rocicorp/zero-sqlite3
- Owner: rocicorp
- License: mit
- Created: 2024-10-29T14:34:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:02:27.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:48:04.517Z (over 1 year ago)
- Language: C++
- Size: 84.8 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is a fork of [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) with changes needed by [Zero](https://zerosync.dev/).
So far the changes are:
* Build the [bedrock](https://sqlite.org/src/timeline?r=bedrock) branch of SQLite to enable [`begin concurrent`](https://www.sqlite.org/src/doc/begin-concurrent/doc/begin_concurrent.md).
* 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.