-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: init table in mysql and postgres #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
Overall looking good, just some minor issues.
Codecov Report
@@ Coverage Diff @@
## main #22 +/- ##
==========================================
+ Coverage 77.42% 77.61% +0.19%
==========================================
Files 9 9
Lines 598 621 +23
==========================================
+ Hits 463 482 +19
- Misses 76 78 +2
- Partials 59 61 +2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, but some tests are failing.
Thanks for fixing the tests! I'm not with my laptop at the moment so will merge once I get back to my desk. |
https://github.com/flamego/session/releases/tag/v1.1.0 has been tagged for this merge. |
Describe the pull request
Add
InitTable
flag inConfig
to determines whether create a default session table while initializing.Link to the issue: flamego/flamego#81
Checklist