Skip to main content

11 docs tagged with "sequelize"

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.

Automatic migration planning for Sequelize

Learn how to use Atlas to automatically plan schema migrations for Sequelize projects. This guide covers installation, setup, and usage of the Atlas Sequelize Provider.

Declarative Migrations for Sequelize using Atlas and GitHub Actions

Learn how to set up a declarative migrations pipeline with Sequelize and Atlas on GitHub Actions. This guide covers prerequisites, Atlas project configuration, pushing schema to the Schema Registry, setting up GitHub Actions secrets, and creating workflows for planning and deploying changes.

Sequelize Schema Migrations with Atlas

Learn how to integrate Atlas with Sequelize to automate schema migration planning, improve CI/CD workflows, and support advanced database features. Go beyond sequelize-cli with support for triggers, RLS, composite types, and visual schema exploration.

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.

Using Database Triggers in Sequelize

Learn how to use database triggers in Sequelize with Atlas. This guide covers setting up triggers for auditing changes in a PostgreSQL database, configuring Atlas for composite schemas, and applying migrations.

Using Domain Types in Sequelize

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

Using Row-Level Security in Sequelize

Learn how to implement PostgreSQL Row-Level Security (RLS) in Sequelize using Atlas. This guide covers defining RLS policies, configuring Atlas, and automating schema migrations.

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.