API for DB connections
Bases: concurrent.core.components.component.Interface
A DB engine represents a component that is used to create a sqlalchemy engine.
SQL Alchemy engines
Bases: concurrent.core.components.component.Component
PostGreSQL DB Engine
Use SQL Alchemy debug output.
Host of the postgresql database.
Name of the postgresql database.
Password of the postgresql database.
Port of the postgresql database.
User name of the postgresql database.
Bases: concurrent.core.exceptions.baseerror.BaseError
Error raised when we get an engine and we failed
DataBase Manager
Bases: concurrent.core.components.component.Component
Class that handles connection and high-level database access
List of components that implement IDBEngine