holocron 0.5.0

Declarative schema & query compiler — one YAML as the source of truth for SQL schema and a type-checked query catalog.
Documentation
1
2
3
4
5
6
7
//! The resolve phase: turn parsed views into resolved catalog relations.

mod scope;
mod select;
mod views;

pub use views::resolve_views;