querydown 0.0.1

An expressive DSL for writing relational database queries that compile to SQL
Documentation
1
2
3
pub const CTE_ALIAS_PREFIX: &str = "cte";
pub const CTE_PK_COLUMN_ALIAS: &str = "pk";
pub const CTE_VALUE_COLUMN_PREFIX: &str = "v";