We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fn PgConnectOptions::get_host(&self)
Hi!
Similar to
sqlx/sqlx-postgres/src/options/mod.rs
Line 289 in d0fbe7f
pub fn get_database(&self) -> Option<&str> { self.database.as_deref() }
I'd like to see pub fn get_host(&self) -> Option<&str> to let my health checker construct a meaningful string for the database connection.
pub fn get_host(&self) -> Option<&str>
The text was updated successfully, but these errors were encountered:
Closed by #2752
Sorry, something went wrong.
No branches or pull requests
Hi!
Similar to
sqlx/sqlx-postgres/src/options/mod.rs
Line 289 in d0fbe7f
I'd like to see
pub fn get_host(&self) -> Option<&str>
to let my health checker construct a meaningful string for the database connection.The text was updated successfully, but these errors were encountered: