Expand description
Schema extraction from the PostgreSQL system catalog.
Functionsยง
- connect
- Connection to the PostgreSQL database with a timeout.
- fetch_
tables - Fetches all tables of the specified schemas, along with their metadata.
- ping
- Validates the connection by running a simple query.