Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GORM from codebase #1134

Open
2 tasks
ChrisSchinnerl opened this issue Mar 27, 2024 · 0 comments
Open
2 tasks

Remove GORM from codebase #1134

ChrisSchinnerl opened this issue Mar 27, 2024 · 0 comments
Assignees

Comments

@ChrisSchinnerl
Copy link
Member

This probably won't be done with a single PR but I think we might be able to get rid of GORM in small steps if we replace one method after another with the standard sql driver.

The goal is to create stores/sql/sqlite and stores/sql/mysql sub-packages with implementations for a common low-level interface to use in stores.

Tasks

  • Replace gormigrate
  • Replace gorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant