You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
While quick.db is a convenient and lightweight database solution, its current reliance on better-sqlite3 can cause compatibility issues and performance limitations when used with Bun.
This is due to known limitations in better-sqlite3's interaction with Bun.
So it's good idea to implement a new driver for quick.db that leverages Bun's native SQLite API.
Bun's native SQLite API offers a robust and efficient way to interact with SQLite databases. By utilizing this API, the new driver can provide a superior user experience for developers using quick.db with Bun.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While quick.db is a convenient and lightweight database solution, its current reliance on better-sqlite3 can cause compatibility issues and performance limitations when used with Bun.
This is due to known limitations in better-sqlite3's interaction with Bun.
So it's good idea to implement a new driver for quick.db that leverages Bun's native SQLite API.
Bun's native SQLite API offers a robust and efficient way to interact with SQLite databases. By utilizing this API, the new driver can provide a superior user experience for developers using quick.db with Bun.
The text was updated successfully, but these errors were encountered: