Skip to main content

introspect_postgres_schema

Function introspect_postgres_schema 

Source
pub async fn introspect_postgres_schema(
    pool: &Pool<Postgres>,
) -> Result<Vec<SchemaTable>, Error>
Available on crate feature postgres only.
Expand description

Introspects the schema of a PostgreSQL database.