forked from MountainTownTechnology/aural_isle
adds initial sqlx migration to set up db schema
This commit is contained in:
11
DEVELOP.md
Normal file
11
DEVELOP.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Dev Notes
|
||||
|
||||
To develop against this project, you will need Rust 1.70 or greater installed.
|
||||
|
||||
You will want to install the `sqlx-cli` tool via Cargo: `cargo install sqlx-cli`
|
||||
|
||||
You will need to initialize a sqlite database store: `touch aural_isle.sqlite.db`
|
||||
|
||||
You will need to copy the example env file to .env: `cp env.example .env`
|
||||
|
||||
Then you should be able to run the initial database migrations: `sqlx migrate run`
|
Reference in New Issue
Block a user