wip: add sqlx setup

This commit is contained in:
Alexander Navarro 2025-01-14 20:24:25 -03:00
parent 57074a89ff
commit 7350923ee1
8 changed files with 2129 additions and 15 deletions

4
.justfile Normal file
View file

@ -0,0 +1,4 @@
set dotenv-load := true
dev:
cargo run --bin cli -- query "SELECT * FROM sources;"