test_connection

Function test_connection 

Source
pub async fn test_connection(
    ssh: &mut SshClient,
    config: &PostgresConfig,
) -> Result<()>
Expand description

Test database connection

ยงArguments

  • ssh - SSH connection to the server
  • config - PostgreSQL configuration