1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-23 07:14:35 +01:00
2017-12-20 16:32:31 -08:00
..
2017-12-20 16:32:31 -08:00
2017-12-18 16:25:26 -08:00
2017-12-18 16:25:26 -08:00
2017-12-18 16:25:26 -08:00
2017-12-18 16:25:26 -08:00

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