hyper63 / hyper63/hyper-adapter-sqlite
chg: refactor adapter code to be async, functional and safe
Open
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The current code works, but it is very imperative and can potentially block transactions, because each query is executed synchronously, I recommend we wrap the query in a promise to give control back to the program while executing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.