API reference
This chapter explains the complete API of Pandemy.
Pandemy consists of two main classes: DatabaseManager and SQLContainer.
Each SQL dialect is implemented as a subclass of DatabaseManager. The SQLContainer
serves as a container of the SQL statements used by the DatabaseManager of an application.
Table of contents
- DatabaseManager
- SQLContainer
- Exceptions
PandemyErrorInvalidInputErrorDatabaseManagerErrorCreateConnectionURLErrorCreateEngineErrorDatabaseFileNotFoundErrorDataTypeConversionErrorDeleteFromTableErrorExecuteStatementErrorInvalidColumnNameErrorInvalidTableNameErrorLoadTableErrorSaveDataFrameErrorSetIndexErrorSQLStatementNotSupportedErrorTableExistsError
- Attributes