-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implementing Redis DB support for ballerina persist feature #2
Conversation
…ith only simple fields
…onstraints Implementing one to one relation constraints
Integration testing
added github workflow
pull ballerinax/redis as a dependency in gradle build
Implementing Redis DB support for ballerina persist feature
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Minor comment. Other than than LGTM
@@ -0,0 +1,3 @@ | |||
target |
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.
Do we need this and devcontainer file? Shouldnt this be kept at project level
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.
We do not need the devcontainer file. Yes, this should be moved to the project level. I'll update accordingly.
Purpose
Addressing: ballerina-platform/ballerina-library#5054
Fixes: ballerina-platform/ballerina-library#6015
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning