wip: add sqlx setup

This commit is contained in:
Alexander Navarro 2025-01-14 20:24:25 -03:00
parent 57074a89ff
commit 704be76887
5 changed files with 1856 additions and 14 deletions

4
.justfile Normal file
View file

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