feat: add sqlx basic config

This commit is contained in:
Alexander Navarro 2025-02-21 12:55:23 -03:00
parent e0e8700baa
commit 48afdaccea
6 changed files with 1598 additions and 17 deletions

View file

@ -15,6 +15,7 @@ start-dev-services: (docker-compose "up --remove-orphans")
dev:
watchexec --restart --clear --watch src --watch templates cargo run
watchexec --restart --clear --watch src --watch dist cargo run
migrate: (docker-compose "run dbmate migrate")