Mike 290d2c5172
add example for integrate with jsonrpsee (#632)
* add example for integrate with jsonrpsee

* Update CI
2022-03-26 17:40:06 +08:00

8 lines
129 B
Rust

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