visuddhinanda 3089e1b824 add old db to public há 4 anos atrás
..
postgresql 3089e1b824 add old db to public há 4 anos atrás
sqlite 3089e1b824 add old db to public há 4 anos atrás
README.md 3089e1b824 add old db to public há 4 anos atrás
create-database.png 3089e1b824 add old db to public há 4 anos atrás
generate.png 3089e1b824 add old db to public há 4 anos atrás

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