/seaorm-sample

SeaORM is popular database orm in Rust

Primary LanguageRust

database

export DATABASE_URL=sqlite://posts.sqlite?mode=rwc

Command

# create
cargo run --bin create_post

# read
cargo run --bin read_posts

# delete
cargo run --bin read_post