Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove sqlx - Install diesel-rs and deadpool-diesel - Re-write migration files - Add mods `schema` and `models` ## Test Plan - Install postgresql and edit `DATABASE_URL` in `.env` - Run the server - Send **POST** http://localhost:8080/test/create_configs - GET http://localhost:8080/test/get_configs
- Loading branch information