Enforce naming conventions for Prisma using Atlas
Prisma models are typically named using PascalCase and camelCase conventions. By default, Prisma creates tables
Prisma models are typically named using PascalCase and camelCase conventions. By default, Prisma creates tables
This guide explains how to configure Atlas to automatically plan migrations
Triggers are powerful tools in relational databases that allow you to execute custom code when specific events occur on a table.
AI and ML applications increasingly rely on vector data for tasks like embeddings and similarity searches. Prisma, a
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.
TL;DR
Introduction
Row-level security (RLS) in PostgreSQL enables tables to implement policies that limit access or modification of rows
Visualizing a database schema using an Entity-Relationship Diagram (ERD) tool is helpful in providing a clear and intuitive