Database changes more frequently than the code in general.

State of an application is determined by both code and database.

The contribution of database to state is much higher than that of the code.

A snapshot of code is a git commit or the git tag that is deployed.

A snapshot of database is a database backup.

    All notes