stainless-steel / sqlite3-sys

Bindings to SQLite
Other
19 stars 6 forks source link
bindings database

sqlite3-sys Package Documentation Build

The package provides bindings to SQLite.

The following Cargo features are supported:

Development

cargo install bindgen-cli
git clone https://github.com/stainless-steel/sqlite3-src.git --recursive
bindgen --use-core sqlite3-src/source/sqlite3.h \
  | sed -E "s/^pub const ([0-9A-Z_]+): u32/pub const \1: ::core::ffi::c_int/" \
  > src/base.rs

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.