8 - API (refactor): Repository Pattern - #234
Draft
RobertRosca wants to merge 10 commits into
Draft
Conversation
Member
|
After mulling about this, I am still not sure if having a CSV Repository is currently worth it: we have to keep the generated CSV in sync to the current database to some extent, and it sounds like an overhead that we won't benefit much from (SQLite is a file-based database already). Maybe if we go to Postgres, we would see the benefit of the repository pattern. Currently, I am inclined on YAGNI. |
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 17, 2026 06:20
a84e6cd to
df9ac81
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
2 times, most recently
from
July 17, 2026 08:40
2689256 to
d62cd1d
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 17, 2026 09:09
d62cd1d to
06ac286
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 17, 2026 09:11
06ac286 to
d930015
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 17, 2026 09:12
d930015 to
853585a
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 17, 2026 09:12
853585a to
03c5751
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
2 times, most recently
from
July 17, 2026 11:01
e7767a1 to
aad232b
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 20, 2026 09:26
aad232b to
66c558e
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 20, 2026 09:28
66c558e to
730ab04
Compare
RobertRosca
force-pushed
the
refactor/repository-pattern
branch
from
July 20, 2026 09:30
730ab04 to
1301fdf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack created with GitHub Stacks CLI • Give Feedback 💬