querydown 0.0.1

An expressive DSL for writing relational database queries that compile to SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod compiling;
mod constants;
mod converters;
mod error;
mod parsing;
mod rendering;
mod schema;
mod sql_tree;
mod syntax_tree;
mod tests;
mod tokens;

pub mod compiler;
pub mod dialects;