mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 12:36:36 -05:00
Use type safe query! macro for database retrieval of states
This commit is contained in:
parent
6f2ec2e373
commit
6c75f59ba1
3 changed files with 23 additions and 4 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
# run this script from the swap dir
|
||||
# make sure you have sqlx-cli installed: cargo install sqlx-cli
|
||||
# it's advised for the sqlx-cli to be the same version as specified in cargo.toml
|
||||
|
||||
# this script creates a temporary sqlite database
|
||||
# then runs the migration scripts to create the tables (migrations folder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue