mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
22 lines
476 B
Markdown
22 lines
476 B
Markdown
# DBAL Common
|
|
|
|
## Overview
|
|
Shared utilities and common code for the DBAL system.
|
|
|
|
## Location
|
|
[/dbal/common/](/dbal/common/)
|
|
|
|
## Purpose
|
|
Contains common interfaces, utilities, and base classes used across all DBAL backends and implementations.
|
|
|
|
## Includes
|
|
- Common type definitions
|
|
- Utility functions
|
|
- Base classes and interfaces
|
|
- Shared constants
|
|
- Error handling utilities
|
|
|
|
## Related Documentation
|
|
- [DBAL Architecture](/docs/dbal)
|
|
- [Architecture](/docs/architecture)
|