Integrated Diesel into project #11
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/hilde#11
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "diesel-setup"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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.