Files
turso/sql_generation/model/mod.rs
2025-08-25 22:59:31 -03:00

5 lines
90 B
Rust

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