rusqlite 0.0.14

Ergonomic wrapper for SQLite
1
2
3
4
5
extern crate pkg_config;

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