mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
diesel
Diesel's Getting Started
guide using SQLite for Actix web
Usage
install diesel_cli
cargo install diesel_cli --no-default-features --features sqlite
echo "DATABASE_URL=file:test.db" > .env
diesel migration run
Postgresql
You will also find another complete example of diesel+postgresql on https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Rust/actix