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

use mysql db server #6

Merged
merged 7 commits into from
Sep 20, 2024
Merged

use mysql db server #6

merged 7 commits into from
Sep 20, 2024

Conversation

iulusoy
Copy link
Member

@iulusoy iulusoy commented Jul 25, 2024

Use mysql engine to run the database in a separate container:

  • better user and data scaling
  • more security options
  • separation of db and webserver
    Update tables to work for mysql (minimal example)

Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 96.87500% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.84%. Comparing base (0760401) to head (8d12009).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/app/website/models.py 96.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   86.60%   89.84%   +3.23%     
==========================================
  Files           9        9              
  Lines         112      128      +16     
==========================================
+ Hits           97      115      +18     
+ Misses         15       13       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iulusoy iulusoy merged commit 57ce4dd into main Sep 20, 2024
3 checks passed
@iulusoy iulusoy deleted the db-server branch September 20, 2024 09:57
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.

1 participant