privex.db.base

This module contains core functions/classes which are used across the module, as well as abstract classes / types.

privex.db.postgres

This module holds PostgresWrapper - a somewhat higher level class for interacting with PostgreSQL.

privex.db.sqlite

This module holds SqliteWrapper - a somewhat higher level class for interacting with SQLite3 databases.

privex.db.types

This module holds newly defined types which are used across the module, such as GenericCursor and GenericConnection

privex.db.query