Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxfood/rustsqlite
SQLite3 Bindings for Rust.
https://github.com/linuxfood/rustsqlite
Last synced: about 1 month ago
JSON representation
SQLite3 Bindings for Rust.
- Host: GitHub
- URL: https://github.com/linuxfood/rustsqlite
- Owner: linuxfood
- License: other
- Archived: true
- Created: 2011-12-24T11:13:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T01:41:08.000Z (over 9 years ago)
- Last Synced: 2024-08-02T08:10:08.577Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 1.97 MB
- Stars: 74
- Watchers: 6
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - linuxfood/rustsqlite
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](https://travis-ci.org/linuxfood/rustsqlite.svg?branch=master)](https://travis-ci.org/linuxfood/rustsqlite)
## 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](https://github.com/linuxfood) originally wrote the bindings, then wandered away - 2011
- [@kud1ing](https://github.com/kud1ing) took over maintainership for quite awhile - 2011-2014
- [@lifthrasiir](https://github.com/lifthrasiir) now carries the torch - 2014