Skip to main content

ensure_table_postgres

Function ensure_table_postgres 

Source
pub async fn ensure_table_postgres(pool: &PgPool, table: &str) -> Result<()>