dblite  1.3.0
Simple query interface for SQL databases
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ccursor
 Cdblite.engines.postgres.RowFactoryCursorA cursor that generates result rows via given factory callable
 CException
 Cdblite.api.Rollback
 Cdblite.engines.postgres.IdentifierWrapper for table and column names from data objects
 Cdblite.api.QueryableAbstract base for Database and Transaction
 Cdblite.api.DatabaseDatabase instance
 Cdblite.engines.postgres.DatabaseConvenience wrapper around psycopg2.ConnectionPool and Cursor
 Cdblite.engines.sqlite.DatabaseConvenience wrapper around sqlite3.Connection
 Cdblite.api.TransactionTransaction context manager, breakable by raising Rollback
 Cdblite.engines.postgres.TransactionTransaction context manager, provides convenience methods for queries
 Cdblite.engines.sqlite.TransactionTransaction context manager, breakable by raising Rollback
 Cdblite.engines.postgres.Queryable
 Cdblite.engines.postgres.DatabaseConvenience wrapper around psycopg2.ConnectionPool and Cursor
 Cdblite.engines.postgres.TransactionTransaction context manager, provides convenience methods for queries
 Cdblite.engines.sqlite.Queryable
 Cdblite.engines.sqlite.DatabaseConvenience wrapper around sqlite3.Connection
 Cdblite.engines.sqlite.TransactionTransaction context manager, breakable by raising Rollback
 Ctzinfo
 Cdblite.util.StaticTzInfoDatetime.tzinfo class representing a constant offset from UTC