visuddhinanda 7f5585c9b9 :construction: add collection table před 4 roky
..
migrations 7f5585c9b9 :construction: add collection table před 4 roky
.env 393741a04d :construction: using db migrations před 4 roky
README.md 6258c0b1dd :pencil: add generate & create-db demo před 4 roky
create-database.png 6258c0b1dd :pencil: add generate & create-db demo před 4 roky
generate.png 6258c0b1dd :pencil: add generate & create-db demo před 4 roky

README.md

USAGE

create database


bash source .env

Generate a new migration with the given name

diesel migration generate NAME

Runs all pending migrations

diesel migration run

Reverts the latest run migration

diesel migration revert

Lists all available migrations

diesel migration list ```

generate