Skip to main content

7 docs tagged with "schema testing"

View all tags

Atlas Features and Integrations

Explore Atlas features beyond the basics: database security as code, AI agent integration with GitHub Copilot and Claude Code, schema and migration testing, custom linting rules, schema ownership policies, column-level lineage, drift detection, multi-tenant support, and environment promotion.

Schema Testing - Test Schema with Atlas

Learn how to test schema with Atlas. Write schema tests using .test.hcl files, run atlas schema test command, and validate database behavior with SQL assertions.

Testing Database Functions

Learn how to use Atlas's `schema test` command to write tests for database functions, validating function behavior and logic as part of your schema testing workflows.

Testing Database Triggers

Learn how to use Atlas's `schema test` command to write tests for database triggers, validating trigger logic and automated event handling in your database schema.

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.

Testing Postgres Domains

Learn how to use Atlas's `schema test` command to write tests for PostgreSQL domain types, ensuring domain constraints and logic work correctly in your database schema.

Testing Stored Procedures

Learn how to use Atlas's `schema test` command to write tests for database stored procedures, ensuring procedure logic and data integrity in your schema workflows.