pgmold 0.33.6

PostgreSQL schema-as-code management tool
Documentation
1
2
3
4
5
6
mod cli;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    cli::run().await
}