rusqlite 0.7.2

Ergonomic wrapper for SQLite
Documentation
extern crate pkg_config;

fn main() {
    pkg_config::find_library("sqlite3").unwrap();
}