Files
turso/simulator/model/mod.rs

5 lines
90 B
Rust

pub mod query;
pub mod table;
pub(crate) const FAULT_ERROR_MSG: &str = "Injected fault";