Files
metabuilder/docs/dbal/backends

DBAL Backends

Overview

Database backend implementations for different database systems.

Location

/dbal/shared/backends/

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

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.