dbschema 0.1.1

Define database schema's as HCL files, and generate idempotent SQL migrations
Documentation
1
2
3
4
5
6
mod ast;
mod parser;
mod serializer;

pub use ast::*;
pub use parser::parse_schema_str;