visuddhinanda 898d9b5f86 pali sentence sim add index 4 anni fa
..
postgresql 898d9b5f86 pali sentence sim add index 4 anni fa
sqlite b5eda4786d 完成度表迁移到pg 4 anni fa
.env 393741a04d :construction: using db migrations 4 anni fa
README.md 6258c0b1dd :pencil: add generate & create-db demo 4 anni fa
create-database.png 6258c0b1dd :pencil: add generate & create-db demo 4 anni fa
generate.png 6258c0b1dd :pencil: add generate & create-db demo 4 anni fa

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