mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
DBAL Backends
Overview
Database backend implementations for different database systems.
Location
Backend Implementations
Prisma Backend
- Path: /dbal/shared/backends/prisma/
- Purpose: Prisma ORM integration and Postgres/MySQL support
- Features: Query building, schema management, migrations
SQLite Backend
- Path: /dbal/shared/backends/sqlite/
- Purpose: SQLite database backend implementation
- Features: Lightweight, embedded database support
Usage
Each backend provides a consistent interface for database operations while handling backend-specific implementations.
Configuration
Database backend selection is configured through environment variables and configuration files.