Skip to main content

5 docs tagged with "drizzle"

View all tags

Drizzle Schema Migrations with Atlas

Learn how to integrate Atlas with Drizzle ORM for automated schema migration planning, advanced database features, and visual schema management. Go beyond Drizzle's native migrate command with CI/CD-ready workflows and support for triggers, ERDs, and more.

Integrating Atlas with an existing Drizzle project

Learn how to integrate Atlas with an existing Drizzle project to manage migrations and untracked objects. This guide covers installation, configuration, and using Atlas to plan migrations for your Drizzle schema.

Manage Database Triggers with Drizzle using Atlas

Learn how to manage database triggers in your Drizzle ORM projects using Atlas. This guide covers setting up triggers for auditing changes in a PostgreSQL database, including configuration and migration steps.

Setting up Drizzle with Atlas

Learn how to set up Drizzle ORM with Atlas for advanced database schema management. This guide covers installation, configuration, and using Atlas to manage your Drizzle schema effectively.

Visualizing Drizzle Schemas

Learn how to visualize your Drizzle schema using Atlas to generate an interactive ERD (Entity-Relationship Diagram). This guide walks through setup, configuration, and generating a shareable schema diagram directly from your TypeScript models.