Skip to main content

Module manager

Module manager 

Source
Expand description

Database manager for per-module database connections.

The DbManager is responsible for:

  • Loading global database configuration from Figment
  • Building and caching database handles per module
  • Merging global server configurations with module-specific settings

Structsยง

DbManager
Central database manager that handles per-module database connections.