libsql-js icon indicating copy to clipboard operation
libsql-js copied to clipboard

Improve promise API

Open penberg opened this issue 2 years ago • 0 comments
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?

penberg avatar Sep 01 '23 08:09 penberg