Update README for sqlx related commands

This commit is contained in:
Natsu Kagami 2025-03-29 16:54:02 +01:00
parent 1a29bc095c
commit c8e2d84568
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -19,9 +19,16 @@ All PRs welcome.
### Regenerate compiler information
From within `./youmubot-db-sql` run
The commands expect the cwd to be at the project base directory.
Manually run migrations with
```
sqlx migrate run --database-url "sqlite:./youmubot.db" --source ./youmubot-db-sql/migrations
```
Update compiler information with
```bash
cargo sqlx prepare --database-url "sqlite:$(realpath ..)/youmubot.db"
cargo sqlx prepare --database-url "sqlite:./youmubot.db" --workspace
```
## License