PostgresDB module
This module allows querying of PostgreSQL databases, using the standard DB API.
Type Synonyms
PGDB=DBHandle<PGConnection>
Data types
- PostgresDB::PGConnection - A PostgreSQL database connection
Exceptions
- CantConnect - Connection error
- ColumnOutOfRange - Column out of range.
- ExecError - Query error
Functions
- DBHandle<PGConnection> connect(String info) - Connect to a database.