Menu
Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version
Publication date

Mar 9, 2022

Confidentiality
Public
Reactions
1
Share

DbManagerService

Functions
get_db_mode @classmethod
Return type : Literal
init_all_db @classmethod

Initialize the databases of all DbManagers that inherit the AbstractDbManager

full_init : bool - True
If true, the migration and table creation will be done. If false, only the connection to the DB will be done. Defaults to True.
init_db @classmethod

Initialize the database of the provided DbManager

db_manager : AbstractDbManager
The DbManager instance to initialize
full_init : bool - True
If true, the migration and table creation will be done. If false, only the connection to the DB will be done. Defaults to True.
Return type : bool
Shine Logo
Technical bricks to reuse or customize

Have you developed a brick?

Share it to accelerate projects for the entire community.