pub fn execute(sql: &str, params: &[Parameter]) -> Result<u64, DactylError>Expand description
Execute a DDL / migration / affected-row operation against the active datastore and return the number of affected rows.
This is the caller-owned schema surface (dactyl #27): dactyl never
silently creates tables — callers own and version their schema through
explicit execute calls. Schemas opened against a caller-owned database
are not mutated beyond the statements the caller issues.