This document discusses agile database development. It promotes refactoring databases using evolutionary modeling and automated testing to allow for continuous integration of database changes. Sandboxes are used to test changes before migrating them to production. Changes are tracked using tools like Liquibase that version database schemas and manage changesets and migrations. This helps break the "curse" of databases that are difficult to change by allowing agile practices to be applied to database development.