Files
metabuilder/docs/dbal/cpp/README.md
2025-12-25 12:18:47 +00:00

1.1 KiB

DBAL C++ Implementation

Overview

Native C++ implementation of the DBAL system for high-performance database access.

Location

/dbal/cpp/

Key Components

Source Code

  • Path: /dbal/cpp/src/
  • Purpose: C++ source implementation
  • Includes: Core classes, algorithms, and business logic

Headers

Tests

Build System

Documentation

Building

cd dbal/cpp
mkdir build
cd build
cmake ..
make