tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.31k stars 286 forks source link

Async runtime assumption for libsql rust #1424

Open tisonkun opened 5 months ago

tisonkun commented 5 months ago

I noticed that libsql's API is async.

Does it bind to the tokio runtime? And do we have some sync version; for example, the memory db should be good to run in sync?