libsql-js
libsql-js copied to clipboard
Improve promise API
trafficstars
There's preliminary support for promise API, but we still need to do asyncify the following:
[ ] Database.open()
[x] Database.sync()
[ ] Statement.run()
[ ] Make Statement.iterate() return an async iterator?