Skip to main content

ALL

Constant ALL 

Source
pub const ALL: &[(&str, &str)];
Expand description

Every statement in this module, paired with its constant name.

How a consumer without the client feature reaches the canonical SQL: it holds its own SQLite driver, so it needs the statements by name rather than a Rust accessor each. MIGRATION_0001 is included, creating the database being as much a consumer’s job as querying it; VERSION is not, being an integer.