Popularity
3.6
Stable
Activity
0.0
Stable
74
5
31

Programming language: Rust
Tags: Database     SQL     Sqlite    

rustsqlite alternatives and similar packages

Based on the "Sqlite" category.
Alternatively, view rustsqlite alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rustsqlite or a related project?

Add another 'Sqlite' Package

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.

Build status: Build Status

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