Expand description
§squire-sqlite3-src
This crate bundles the SQLite source code for Squire. When Squire’s
bundled feature flag is enabled, SQLite is built from the sqlite3.c file
included in this crate, and linked into the squire-sqlite3-sys
crate.
Users of Squire don’t need to be aware of or interact with this crate. Cargo
will automatically download and build it when you enable Squire’s bundled
feature.
Structs§
- Build
- The output of
Build, including theLocationSQLite was built into. - Config
- Configures a SQLite
build, applying various compile-time options. - Double
Quoted Strings - Location
- Specifies the source and target directories for
build.
Enums§
- Setting
- A compile-time option for a SQLite
build. - Setting
Key - Auto-generated discriminant enum variants
- Synchronous
- Temporary
Storage - Threading