sqlcx-core 0.2.1

SQL-first cross-language type-safe code generator — core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod annotations;
pub mod cache;
pub mod config;
pub mod error;
pub mod generator;
pub mod ir;
#[cfg(feature = "migrate")]
pub mod migrate;
pub mod param_naming;
pub mod parser;
pub mod utils;