rusqlite/libsqlite3-sys
Sean Griffin b553a214c8 Remove the database keyword/category from libsqlite3-sys
Currently `libsqlite3-sys` is the first result for both the "database"
keyword, and the "Database interfaces" category. This makes sense, as it
is a dependency of both Diesel and rusqlite. However, this library is
not intended to be used directly. While it can technically be called a
database interface, FFI is clearly the category that applies more than
anything else. Someone browsing this keyword or category is likely
looking for a Rust library they can use, not a C one.
2017-12-03 14:22:01 -07:00
..
bindgen-bindings Add bindgen bindings for SQLite 3.7.16 to libsqlite3-sys. 2017-04-06 13:42:01 -04:00
sqlite3 Add prebuilt bindings for all relevant SQLite versions. 2017-03-03 15:37:45 -05:00
src Some limits are not available in 3.6.8 2017-04-20 20:33:18 +02:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Merge pull request #308 from jgallagher/lvillani-sqlcipher 2017-11-13 15:47:11 -07:00
Cargo.toml Remove the database keyword/category from libsqlite3-sys 2017-12-03 14:22:01 -07:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00