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

linuxfood/rustsqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SQLite3 Bindings for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages