AbstractDbManager
DbManager class. Provides backend feature for managing databases.
Implementation must define fillowing properties
:property db: Database Proxy
:type db: DatabaseProxy
Attributes
mode: Literal
Functions
Close the db connection
Open the db connection
Return type:
str |
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
mode | Literal |
Return type:
DbConfig |
Get the db object
Return type:
DatabaseProxy |
Get the db object
Return type:
Literal |
Return type:
str |
Get all the classes that inherit this class
Return type:
Set |
Initialize the DbManager
Parameters:
Name | Type | Default value | Description |
---|---|---|---|
mode | Literal |
Test if the mysql engine is active