Skip to main content

check_database_table_exists

Function check_database_table_exists 

Source
pub async fn check_database_table_exists(
    db: &DbPool,
    table_name: &str,
) -> DbResult<bool>
Expand description

Check if a table with the provided table_name exists