Skip to main content

11 docs tagged with "gorm"

View all tags

Go Program Mode

This document describes how to set up the provider to load your GORM schema into Atlas in Go Program Mode.

GORM Guides

GORM, a popular ORM in the Go community, provides basic schema migration capabilities using its AutoMigrate feature,

Standalone Mode

This document describes how to set up the provider to load your GORM schema into Atlas in Standalone Mode.

Using Composite Types in GORM

In PostgreSQL, a composite type is structured like a row or record, consisting of field names and their corresponding

Visualizing GORM Schemas

Visualizing a database schema using an Entity-Relationship Diagram (ERD) tool is helpful in providing a clear and intuitive