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 #12

Merged
merged 4 commits into from
Jan 24, 2024
Merged

Remove gorm #12

merged 4 commits into from
Jan 24, 2024

Conversation

olukkas
Copy link
Owner

@olukkas olukkas commented Jan 24, 2024

This pull request addresses issue #8 , where we discussed the removal of the GORM dependency in favor of using raw SQL.

Changes Made:
Removal of GORM: The GORM ORM has been replaced with raw SQL queries throughout the project. This change simplifies the codebase and eliminates the need for an external ORM library.

Testing: Extensive testing has been performed to ensure that the transition from GORM to raw SQL does not introduce any regressions.

@olukkas olukkas added the good first issue Good for newcomers label Jan 24, 2024
@olukkas olukkas self-assigned this Jan 24, 2024
@olukkas olukkas merged commit 7de6078 into main Jan 24, 2024
1 check passed
@olukkas olukkas deleted the remove-gorm branch January 24, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant