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

Files | |
| basic_connection.cpp | |
| Demonstrates basic database connection and simple query execution. | |
| connection_pool_demo.cpp | |
| Demonstrates multi-threaded database usage with independent database_manager instances. | |
| error_handling.cpp | |
| Demonstrates the Result<T> error handling pattern used throughout the database_system API. | |
| orm_entity_demo.cpp | |
| Demonstrates the ORM entity system with field metadata and SQL generation. | |
| query_builder_usage.cpp | |
| Demonstrates the fluent query builder API for constructing SQL queries. | |
| transaction_management.cpp | |
| Demonstrates transaction management with commit and rollback. | |