Function is_postgres_running

Source
pub fn is_postgres_running(
    container: &Container,
) -> Result<bool, PostgresInstallerError>
Expand description

Check if PostgreSQL is running

§Arguments

  • container - PostgreSQL container

§Returns

  • Result<bool, PostgresInstallerError> - true if running, false otherwise, or error