pub async fn introspect_postgres_schema( pool: &Pool<Postgres>, ) -> Result<Vec<SchemaTable>, Error>
postgres
Introspects the schema of a PostgreSQL database.