rusqlite 0.5.0

Ergonomic wrapper for SQLite
Documentation
extern crate pkg_config;

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