Skip to main content

Module db

Module db 

Source
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.