Driver Matrix

Supported Frameworks & Drivers

Comprehensive compatibility guide for ORMs, schema extractors, and database drivers supported by DevSync.

Overview

DevSync standardizes heterogeneous schema declarations across popular TypeScript and Python ORMs into a unified Abstract Syntax Tree (AST) representation, enabling cross-driver drift comparison.

Supported Parsers & ORMs

Prisma ORM

Full support for schema.prisma models, relations, enums, indexes, and primary keys.

Supabase Postgres

Native support for Supabase schemas, Row Level Security (RLS) policies, and database triggers.

Neon Serverless Postgres

Support for Neon database branching and serverless connection strings.

Drizzle ORM & TypeORM

Supports TypeScript schema definitions, table builders, and custom column mapping.