exoware-sql 2026.5.0

SQL engine backed by the Exoware API.
Documentation
1
2
3
4
5
6
7
8
9
pub mod sql {
    pub mod v1 {
        #![allow(non_camel_case_types)]
        #![allow(unused_imports)]
        #![allow(clippy::derivable_impls)]
        #![allow(clippy::match_single_binding)]
        include!("gen/sql.v1.rs");
    }
}