rustsqlite alternatives and similar packages
Based on the "Sqlite" category.
Alternatively, view rustsqlite alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of rustsqlite or a related project?
README
SQLite3 Bindings for Rust
To compile use rustc src/sqlite3.rs
or if you have Cargo installed cargo build
.
The interface is currently evolving both along with Rust and as I think of better ways to implement various behaviors. If you have ideas about better behavior for anything in this binding please feel free to open an issue.
Maintainers
These are the brave souls who have kept this project alive in some fashion or another. Note to future maintainers: if you feel you've made significant contributions to the project, do add yourself to the list.
- @linuxfood originally wrote the bindings, then wandered away - 2011
- @kud1ing took over maintainership for quite awhile - 2011-2014
- @lifthrasiir now carries the torch - 2014