mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 20:45:01 +00:00
4 lines
90 B
Rust
4 lines
90 B
Rust
pub mod query;
|
|
pub mod table;
|
|
|
|
pub(crate) const FAULT_ERROR_MSG: &str = "Injected fault";
|