psqlgen 0.1.2

PostgreSQL Query generation from migrations.
1
2
3
4
5
6
7
#[derive(Debug)]
pub enum QueryGenError {
    InvalidPath,
    PathNotDir,
    InvalidSql,
    NotACreateTableMigration,
}