Set up sqlx query* macros
This commit is contained in:
parent
a96af0d6ea
commit
4028c3eea2
4 changed files with 31 additions and 3 deletions
5
meta/update_sqlx_data
Executable file
5
meta/update_sqlx_data
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
export DATABASE_URL=sqlite:target/dev.db
|
||||
cargo sqlx database drop -y
|
||||
cargo sqlx database setup
|
||||
cargo sqlx prepare
|
||||
Loading…
Add table
Add a link
Reference in a new issue