Concepts
Performing database schema migrations is an essential task for nearly every software project. To understand how Liquibase works, familiarize yourself with the following concepts:
- Changelogs
- Changeset
- Tracking Tables
- Database Connections
- Best Practices
- Liquibase Data Type Handling
- Liquibase Security
- FAQ