tursodatabase / libsql

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

step()-based API support in libSQL #1509

Open penberg opened 3 months ago

penberg commented 3 months ago

The libSQL core API follows rusqlite's API but it means language bindings such as JavaScript one has to do work around the rusqlite API to be compatible with better-sqlite3. Let's add a bind() + step() based API in the libSQL core, perhaps even making the rusqlite compatibility API a separate crate.