tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
289 stars 37 forks source link

bun support #70

Open Hebilicious opened 1 year ago

Hebilicious commented 1 year ago

Bun implements its own sqlite driver https://bun.sh/docs/api/sqlite As the API is similar/identical to better-sqlite3, it might work out of the box by replacing the import statement.

Reference https://github.com/oven-sh/bun/issues/3407

salloom-domani commented 1 year ago

looking forward to it