mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
b553a214c8
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. |
||
---|---|---|
.. | ||
bindgen-bindings | ||
sqlite3 | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
wrapper.h |