-
Notifications
You must be signed in to change notification settings - Fork 0
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: add function for check psql connection #10
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
============================================
- Coverage 100.00% 70.15% -29.85%
============================================
Files 3 8 +5
Lines 34 191 +157
============================================
+ Hits 34 134 +100
- Misses 0 57 +57 ☔ View full report in Codecov by Sentry. |
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.
Add comments
Sources/AppHealthChecks/HealthChecks.PostgreSQL/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
Sources/AppHealthChecks/HealthChecks.PostgreSQL/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
Sources/AppHealthChecks/HealthChecks.PostgreSQL/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
Sources/AppHealthChecks/HealthChecks.PostgreSQL/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
Sources/AppHealthChecks/HealthChecks.PostgreSQL/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
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.
Add comments
Sources/AppHealthChecks/PostgreSQLHealthChecks/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
Sources/AppHealthChecks/PostgreSQLHealthChecks/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
Sources/AppHealthChecks/PostgreSQLHealthChecks/PsqlHealthChecks.swift
Outdated
Show resolved
Hide resolved
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.
Need comments and proposals
Title
Add function for check PostgreSQL connection
Motivation
It merge for fix - #1
Modifications
Add function for get psql health connection from parameters and function for get psql health connection using url. Add protocol for struct
Result
Get health check of PostgreSQL