| Crates.io | squire-sqlite3-sys |
| lib.rs | squire-sqlite3-sys |
| version | 0.0.1-alpha.5 |
| created_at | 2025-09-05 07:21:29.37689+00 |
| updated_at | 2025-11-29 03:17:25.276839+00 |
| description | External FFI bindings for the SQLite C API |
| homepage | |
| repository | https://github.com/silverlyra/squire |
| max_upload_size | |
| id | 1825202 |
| size | 53,364 |
Squire is a crate for embedding SQLite in Rust. This squire-sqlite3-sys crate links SQLite into the application, exposing the C API of SQLite to Rust.
Users of Squire don't need to interact with this crate directly, and can treat it as an implementation detail.
By default, squire-sqlite3-sys ships a predefined set of extern "C" declarations for SQLite. This includes only the API’s actually used by Squire.
To instead generate complete bindings based on the installed or bundled sqlite3.h header, activate the bindgen feature.