visuddhinanda 1e9f84af8d word_statistics 迁移 4 vuotta sitten
..
postgresql 775a9933b5 单词表迁移 4 vuotta sitten
sqlite 1e9f84af8d word_statistics 迁移 4 vuotta sitten
.env 393741a04d :construction: using db migrations 5 vuotta sitten
README.md 6258c0b1dd :pencil: add generate & create-db demo 5 vuotta sitten
create-database.png 6258c0b1dd :pencil: add generate & create-db demo 5 vuotta sitten
generate.png 6258c0b1dd :pencil: add generate & create-db demo 5 vuotta sitten

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