Skip to content
This repository was archived by the owner on Jul 25, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 979 Bytes

File metadata and controls

19 lines (13 loc) · 979 Bytes

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