mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
241 B
241 B
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