mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
DBAL C++ Implementation
Overview
Native C++ implementation of the DBAL system for high-performance database access.
Location
Key Components
Source Code
- Path: /dbal/production/src/
- Purpose: C++ source implementation
- Includes: Core classes, algorithms, and business logic
Headers
- Path: /dbal/production/include/
- Purpose: C++ header files and public API definitions
Tests
- Path: /dbal/production/tests/
- Purpose: Unit and integration tests for C++ code
Build System
- CMake configuration: /dbal/production/CMakeLists.txt
- Conan dependencies: /dbal/production/conanfile.txt
Documentation
Building
cd dbal/production
mkdir build
cd build
cmake ..
make