Skip to main content

introspect

Function introspect 

Source
pub async fn introspect(
    pool: &PgPool,
    schemas: &[String],
    include_views: bool,
) -> Result<SchemaInfo>