Asynchronous better-sqlite3? #1383
Unanswered
hyunbinseo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the better-sqlite3 documentation, it provides a synchronous API.
Regarding this, would there be a performance difference in Drizzle ORM's
async
andsync
APIs?better-sqlite3 does support worker threads. Would this be advised in a Node.js server?
Beta Was this translation helpful? Give feedback.
All reactions