|
Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
|

Files | |
| backend_base.h | |
| CRTP template base class for database backends. | |
| backend_registry.cpp | |
| backend_registry.h | |
| Registry for database backend plugins. | |
| concepts.h | |
| C++20 concepts for database_system type validation. | |
| database_backend.cpp | |
| database_backend.h | |
| Abstract interface for database backends. | |
| database_context.cpp | |
| database_context.h | |
| Dependency injection container for database system components. | |
| result.h | |
| Result<T> type for database_system error handling. | |