Enforce naming conventions for Prisma using Atlas
Learn how to enforce naming conventions for Prisma models (tables) and fields (columns) using Atlas. This guide covers custom naming with Prisma directives and linting with Atlas.
Learn how to enforce naming conventions for Prisma models (tables) and fields (columns) using Atlas. This guide covers custom naming with Prisma directives and linting with Atlas.
Learn how to integrate Atlas with an existing Prisma project to manage schema migrations and untracked objects. This guide covers installation, configuration, and automatic migration planning.
Learn how to implement database triggers in Prisma using Atlas. This guide covers defining triggers, configuring Atlas, and managing migrations.
Learn how to manage vector indexes in PostgreSQL with Prisma using Atlas. This guide covers installing the pgvector extension, setting up vector columns, creating vector indexes, and applying migrations.
Enhance your Prisma workflows by integrating Atlas for advanced database schema management. Go beyond Prisma's native `migrate` with support for CI/CD pipelines, triggers, partial indexes, RLS policies, and more. Learn how Atlas complements Prisma in production-grade projects.
Learn how to set up Prisma with Atlas for advanced database schema management. This guide covers installation, configuration, and automatic migration planning.
Learn how to implement PostgreSQL partial indexes in Prisma using Atlas. This guide covers defining partial indexes, configuring Atlas, and managing migrations.
Learn how to implement PostgreSQL Row-Level Security (RLS) in Prisma using Atlas. This guide covers defining RLS policies, configuring Atlas, and managing migrations.
Learn how to visualize Prisma schemas using Atlas. This guide covers setting up Atlas, creating a Prisma schema, and generating an Entity-Relationship Diagram (ERD) for your database.