hecate-migration 0.1.0

Database migrations for the Hecate simulation code generator!
Documentation
1
2
3
4
5
6
use sea_orm_migration::prelude::*;

#[async_std::main]
async fn main() {
    cli::run_cli(migration::Migrator).await;
}