Skip to main content

9 docs tagged with "prisma"

View all tags

Manage Vector Indexes with Prisma using Atlas

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.

Prisma Schema Migrations with Atlas

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.

Setting up Prisma with Atlas

Learn how to set up Prisma with Atlas for advanced database schema management. This guide covers installation, configuration, and automatic migration planning.

Using Row-Level Security in Prisma

Learn how to implement PostgreSQL Row-Level Security (RLS) in Prisma using Atlas. This guide covers defining RLS policies, configuring Atlas, and managing migrations.

Visualizing Prisma Schemas

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.