MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / main

Function main

examples/poem_example/migration/src/main.rs:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3#[async_std::main]
4async fn main() {
5 cli::run_cli(migration::Migrator).await;
6}

Callers

nothing calls this directly

Calls 1

run_cliFunction · 0.85

Tested by

no test coverage detected