tursodatabase / libsql

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

Rust bindings #79

Open penberg opened 1 year ago

penberg commented 1 year ago

It would be great to have either a feature flag in the sqlite crate https://crates.io/crates/sqlite or a separate libsql crate for easy consumption of the library.

psarna commented 1 year ago

If migrating to https://crates.io/crates/rusqlite isn't out of the question, it allows consuming a custom sqlite library. It's already used like that in libsql tests: https://github.com/libsql/libsql/blob/fc32062d7b3f3c355fa7ca0d927df355426ac683/Makefile.in#L1329