Skip to main content

9 docs tagged with "prisma"

View all tags

Automatic Prisma Migrations with Atlas

A guide to automatic Prisma migrations with Atlas. Go beyond Prisma's native migrate command with advanced CI/CD, declarative workflows, and support for database features like triggers and RLS policies.

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 Visualizer: Generate ERDs from Your Schema

Use Atlas as a Prisma schema visualizer to generate beautiful Entity-Relationship Diagrams (ERDs) from your schema. This guide shows you how to visualize your Prisma models and their relationships, making it easier to understand your database structure.

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.