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
2017-12-31 20:08:35 -08:00
..
migrations/20170124012402_create_users added diesel example 2017-12-18 16:25:26 -08:00
src fix examples 2017-12-31 20:08:35 -08:00
.env added diesel example 2017-12-18 16:25:26 -08:00
Cargo.toml added diesel example 2017-12-18 16:25:26 -08:00
README.md add diesel+postgresql link 2017-12-30 12:21:34 +01:00
test.db added diesel example 2017-12-18 16:25:26 -08: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