qail-core 0.27.8

AST-native query builder - type-safe expressions, zero SQL strings
Documentation
1
2
3
4
/// PostgreSQL SQL generator.
pub mod postgres;
/// SQLite SQL generator.
pub mod sqlite;