|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|
Lifecycle manager for all database system adapters (Phase 5) More...


Go to the source code of this file.
Classes | |
| class | database::integrated::database_coordinator |
| Manages lifecycle and coordination of all database system adapters. More... | |
| struct | database::integrated::database_coordinator::coordinator_stats |
| Get coordinator statistics. More... | |
Namespaces | |
| namespace | database |
| namespace | database::integrated |
| namespace | database::integrated::adapters |
Lifecycle manager for all database system adapters (Phase 5)
The database_coordinator manages the initialization and shutdown of all integrated adapters in the correct order:
Initialization Order:
Shutdown Order:
This ensures that:
Definition in file database_coordinator.h.