This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/examples/diesel
2021-11-09 01:12:14 +03:00
..
migrations chore: add example with diesel 2019-12-29 01:12:46 +03:00
src chore: fix clippy warnings for diesel example 2021-11-09 01:12:14 +03:00
.env chore: update examples 2020-02-08 22:11:37 +03:00
Cargo.toml chore: add publish false to examples 2021-04-16 12:50:42 +03:00
diesel.toml chore: add example with diesel 2019-12-29 01:12:46 +03:00
docker-compose.example.yml chore: add example with diesel 2019-12-29 01:12:46 +03:00
README.md chore: add example with diesel 2019-12-29 01:12:46 +03:00

Diesel

This example shows how you can use itconfig with diesel.

Usage

cd examples/diesel

docker-compose -p itconfig-diesel-example -f docker-compose.example.yml up -d

diesel migration run

cargo run