Skip to main content

3 docs tagged with "views"

View all tags

Adding Database Views to Sequelize Schemas

Learn how to integrate database views with Sequelize models using Atlas. This guide covers setting up composite schemas, generating schema migrations, and querying views in Sequelize.

Testing Database Views

Learn how to use Atlas's `schema test` command to write tests for database views, ensuring view definitions and data correctness in your schema workflows.

Using Database Views in GORM

Learn how to define and manage database views in your GORM projects using Atlas. This guide shows how to create view-based models, generate migrations for them, and integrate views seamlessly with your existing GORM schema.