dbastable Package#

Manage SQL databases in a simplier way.

Classes#

SQLDatabase([db, autocommit, logger, ...])

Database creation and manipulation with SQL.

SQLTable(db, name)

Handle an SQL table operations interfacing with the DB.

SQLRow(db, table, row)

Handle and SQL table row interfacing with the DB.

SQLColumn(db, table, name)

Handle an SQL column operations interfacing with the DB.

Where(column, op, value)

Where statement generator for SQL queries.