mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 10:14:52 +00:00
2180f608fb
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
Database Abstraction Layer (DBAL)
The Database Abstraction Layer provides type-safe database operations with built-in security and multi-tenancy support.
Overview
DBAL consists of two implementations:
- TypeScript: Fast iteration for development
- C++: Production security, credential protection
Both implementations follow the same YAML schema contracts to guarantee parity.
Key Documentation
See ../dbal/ for detailed DBAL documentation and implementation guides.