Switch to SQLx migrations #89
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: projectmoon/tenebrous-dicebot#89
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Using refinery for migrations means an in-memory connection cannot be shared, because refinery does not support SQLx as a backend. This means unit tests must use a file-based sqlite database, and that leaves a bunch of files behind when executing unit tests. Switching to SQLx fully allows us to properly use an in-memory connection for tests.