Jeremy Zheng 7770367ff5 :truck: move background source codes into api-v8 1 gadu atpakaļ
..
postgresql 7770367ff5 :truck: move background source codes into api-v8 1 gadu atpakaļ
sqlite 7770367ff5 :truck: move background source codes into api-v8 1 gadu atpakaļ
README.md 7770367ff5 :truck: move background source codes into api-v8 1 gadu atpakaļ
create-database.png 7770367ff5 :truck: move background source codes into api-v8 1 gadu atpakaļ
generate.png 7770367ff5 :truck: move background source codes into api-v8 1 gadu atpakaļ

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