Skip to main content

5 docs tagged with "erd"

View all tags

Inspecting Existing Database Schemas

Learn how to inspect existing database schemas and generate their HCL or SQL definitions using the `atlas schema inspect` command with various flags and options.

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.

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.

Visualizing GORM Schemas

Learn how to visualize your GORM 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 Go models.

Visualizing Sequelize Schemas

Learn how to visualize Sequelize schemas using Atlas. This guide covers setting up Atlas, creating a Sequelize schema, and generating an Entity-Relationship Diagram (ERD) for your database.