# Atlas — Declarative Database Schema Management > Atlas is a database schema management tool that uses a declarative approach to define and apply schema changes. It supports PostgreSQL, MySQL, SQLite, SQL Server, and ClickHouse with automatic migration planning and drift detection. ## Install Save in your project root: # Atlas — Declarative Database Schema Management ## Quick Use ```bash # Install Atlas CLI curl -sSf https://atlasgo.sh | sh # Inspect an existing database schema atlas schema inspect -u "postgres://localhost:5432/mydb?sslmode=disable" # Define desired schema in HCL cat > schema.hcl <