mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
24 lines
635 B
Markdown
24 lines
635 B
Markdown
# DBAL API
|
|
|
|
## Overview
|
|
API schemas and versioning for the Data Abstraction Layer.
|
|
|
|
## Location
|
|
[/dbal/api/](/dbal/api/)
|
|
|
|
## Components
|
|
|
|
### Schema
|
|
- **Path**: [/dbal/api/schema/](/dbal/api/schema/)
|
|
- **Purpose**: API schema definitions and specifications
|
|
- **Includes**: Schema validation, type definitions, and API contracts
|
|
|
|
### Versioning
|
|
- **Path**: [/dbal/api/versioning/](/dbal/api/versioning/)
|
|
- **Purpose**: API versioning strategies and compatibility management
|
|
- **Includes**: Version history, breaking changes, migration guides
|
|
|
|
## Related Documentation
|
|
- [DBAL Architecture](/docs/dbal)
|
|
- [Database Layer](/docs/database)
|