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