keelson-gen 0.1.0

keelson's code generator: introspect a live schema, emit readable model .rs files against keelson-models.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// @generated by keelson-gen. DO NOT EDIT.
// Regenerate from the schema instead; hand-written code (hooks included)
// belongs outside this directory.

//! The generated models, one module per table.

pub mod comments;
pub mod editable_users;
pub mod messages;
pub mod post_authors;
pub mod post_tags;
pub mod posts;
pub mod tags;
pub mod threads;
pub mod user_emails;
pub mod users;