1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00
actix-web/examples/diesel/README.md

16 lines
241 B
Markdown
Raw Normal View History

2017-12-19 00:25:26 +00: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
```