Integrated Diesel into project #11
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/hilde#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "diesel-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR integrates the Diesel ORM into the project. We now have a way of creating database migrations, which are run on startup. The necessary bindings to connect to the PostgreSQL database using Rocket are also present.