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

refactor DB comments, Infotable #15

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

georgeef
Copy link
Contributor

Changes:

  • Move comments for DB fields from Models to Repositories. Models don't need to expose all DB details. They may contain less information, or more information (like Full_Data in MMEX Desktop), as needed by the application. On the other hand, Repositories represent the DB scheme in all possible details.

  • Refactor Infotable (move DB access to InfotableRepository).

  • Add SQLite. prefix in front of Insert, Update, Delete.

@guanlisheng guanlisheng merged commit 8518b17 into master Sep 21, 2024
1 check passed
@georgeef georgeef deleted the ref_comments_infotable branch September 22, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants