keelson-gen 0.1.1

keelson's code generator: introspect a live schema, emit readable model .rs files against keelson-models.
Documentation
1
2
3
4
5
6
7
// @generated by keelson-gen. DO NOT EDIT.
// Regenerate from the .sql files instead; the SQL is the source of truth
// and lives outside this directory.

//! The generated queries, one module per .sql file.

pub mod posts;