dinoco 0.0.6

A modern Rust ORM for schema-driven queries, migrations, and database operations.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    dinoco_cli::run().await;
}