dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Synchronous? #267

Closed jpillora closed 2 days ago

jpillora commented 2 days ago

I could be wrong, but it appears the API is entirely synchronous; are there plans to support an async/await API?

jpillora commented 2 days ago

https://github.com/WiseLibs/better-sqlite3

Easy-to-use synchronous API (better concurrency than an asynchronous API... yes, you read that correctly)