Skip to main content

2 docs tagged with "composite types"

View all tags

Using Composite Types in GORM

Learn how to manage database schema migrations that include PostgreSQL composite types in your GORM projects using Atlas. This guide explains how to define and use composite types in your schema, and manage them together with your GORM models as part of your migration workflow.

Using Composite Types in Sequelize

Learn how to define and use PostgreSQL composite types in Sequelize models with Atlas. This guide covers setting up composite types, configuring Atlas, and automating schema migrations.