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

chore: split sql to driver #2279

Merged
merged 7 commits into from
Sep 26, 2023
Merged

chore: split sql to driver #2279

merged 7 commits into from
Sep 26, 2023

Conversation

athurg
Copy link
Contributor

@athurg athurg commented Sep 26, 2023

This PR create a new Driver interface under Store, to hold all code relate to underlying database, such as SQL construct. With the new Driver is whole ready, we can add a new database driver such as MySQL more easily.

This PR will realize the request on #1816 and #2269 .

Currently, only Activity and SystemSetting have been moved (in this PR), other struct list below will be moved in next PRs:

  • Idp
  • Memo
  • MemoOrganizer
  • MemoRelation
  • MemoResource
  • Resource
  • Storage
  • Tag
  • User
  • UserSetting

@athurg athurg added the backend label Sep 26, 2023
@athurg athurg self-assigned this Sep 26, 2023
@github-actions
Copy link

github-actions bot commented Sep 26, 2023

Uffizzi Preview deployment-36826 was deleted.

@boojack boojack merged commit 41eba71 into main Sep 26, 2023
8 checks passed
@athurg athurg mentioned this pull request Sep 26, 2023
12 tasks
@athurg athurg deleted the chore/split_sql_to_driver branch September 26, 2023 15:27
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.

None yet

2 participants