* Testing different db on various async runtime * Test on various runtime * No explicit cargo build step * Cargo build with features * Hotfix * With actix_rt * Only tests "runtime-async-std-native-tls" for now
SeaORM Entity Generator Example
Prepare:
Setup a test database and configure the connection string in main.rs
.
Run bakery.sql
to setup the test table and data.
Running:
cargo run