rustorm 0.0.5

A simple ORM and code generator for rust
1
2
3
pub mod postgres;

pub use self::postgres::Postgres;