generated from alecodes/base-template
feat: add sqlx setup
This commit is contained in:
parent
57074a89ff
commit
07861bcca9
8 changed files with 2158 additions and 15 deletions
4
.justfile
Normal file
4
.justfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
set dotenv-load := true
|
||||
|
||||
dev:
|
||||
cargo run --bin cli -- query "SELECT * FROM sources;"
|
||||
Loading…
Add table
Add a link
Reference in a new issue