pg_extras

Function tables

Source
pub async fn tables(
    schema: Option<String>,
    pool: &Pool<Postgres>,
) -> Result<Vec<Tables>, PgExtrasError>