sqlite3-sys 0.0.1

The package provides bindings to SQLite.
Documentation
1
2
3
fn main() {
    println!("cargo:rustc-link-lib=dylib=sqlite3");
}