-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add support for PostgreSQL as a datasource #325
Conversation
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_9/Ballerina.toml
Outdated
Show resolved
Hide resolved
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_7/Ballerina.toml
Outdated
Show resolved
Hide resolved
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_5/Ballerina.toml
Outdated
Show resolved
Hide resolved
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_3/Ballerina.toml
Outdated
Show resolved
Hide resolved
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_14/Ballerina.toml
Outdated
Show resolved
Hide resolved
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_13/Ballerina.toml
Outdated
Show resolved
Hide resolved
persist-cli-tests/src/test/resources/test-src/output/tool_test_init_1/Ballerina.toml
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
==========================================
+ Coverage 84.70% 84.74% +0.04%
==========================================
Files 42 42
Lines 3779 3822 +43
Branches 477 492 +15
==========================================
+ Hits 3201 3239 +38
- Misses 422 424 +2
- Partials 156 159 +3 ☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
Purpose
$subject
Related: ballerina-platform/ballerina-library#5829
Examples
Checklist