mirror of
https://github.com/actix/actix-web.git
synced 2024-11-09 10:29:32 +00:00
.. | ||
migrations/20170124012402_create_users | ||
src | ||
.env | ||
Cargo.toml | ||
README.md | ||
test.db |
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