sqlite-tg 0.0.1-alpha.16

FFI bindings to the sqlite-tg SQLite extension
Documentation
1
2
3
4
5
6
7
fn main() {
    cc::Build::new()
        .file("sqlite-tg.c")
        .file("tg.c")
        .define("SQLITE_CORE", None)
        .compile("sqlite_tg0");
}