databaseΒΆ

Description

Basic interface to a PostgreSQL database.

The module consists of a main class Database which implements methods for connection and disconnection, table verification and data insertion.

The database settings are set with a config file and the standard library configparser.

Classes

Constraint

List of accepted constraints for new columns.

DataType

List of accepted data types for new columns.

Database

Manages connections and operations with a PostgreSQL database.