Skip to main content

check_database_table_exists

Function check_database_table_exists 

Source
pub async fn check_database_table_exists(
    db: &Pool<Postgres>,
    table_name: &str,
) -> Result<bool, Error>
Expand description

Check if a table with the provided table_name exists