use diesel as sqlite orm & setup db init schedule

This commit is contained in:
appflowy
2021-07-09 16:34:50 +08:00
parent ae23a41445
commit 8bf355f956
25 changed files with 363 additions and 2 deletions

4
scripts/install_diesel.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
brew install sqlite3
cargo install diesel_cli --no-default-features --features sqlite