Switched from diesel to sqlx

This commit is contained in:
2024-09-05 11:52:14 -04:00
parent bce363db7e
commit d08800f9e0
42 changed files with 365 additions and 687 deletions

View File

@@ -50,4 +50,4 @@ docker-clean: ## Stop the docker containers and remove volumes
docker-refresh: docker-clean backend-up ## Refresh the docker containers
psql: ## Connect to the database
@docker exec -it siren-db psql -U ${DATABASE_USER} -P pager=off
@docker exec -it siren-postgres psql -U ${DATABASE_USER} -P pager=off