quick.db icon indicating copy to clipboard operation
quick.db copied to clipboard

Bun-Native Driver for quick.db

Open CoconutDev13 opened this issue 1 year ago • 0 comments

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.

CoconutDev13 avatar Nov 20 '24 15:11 CoconutDev13