kudubot.db.config package

Submodules

kudubot.db.config.DbConfig module

class kudubot.db.config.DbConfig.DbConfig

Bases: object

Class that defines common methods of database configurations

to_uri() → str

Turns the configuration into an URI that SQLAlchemy can use :return: The URI

Module contents