visuddhinanda 224e2eed38 id INTEGER PRIMARY KEY AUTOINCREMENT, il y a 4 ans
..
postgresql 3f53d4d7e9 add index merge to table up il y a 4 ans
sqlite 224e2eed38 id INTEGER PRIMARY KEY AUTOINCREMENT, il y a 4 ans
.env 393741a04d :construction: using db migrations il y a 4 ans
README.md 6258c0b1dd :pencil: add generate & create-db demo il y a 4 ans
create-database.png 6258c0b1dd :pencil: add generate & create-db demo il y a 4 ans
generate.png 6258c0b1dd :pencil: add generate & create-db demo il y a 4 ans

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