Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/database-migrations


https://github.com/fchristenson/database-migrations

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Database Migrations

## What we will cover

- What is a database migration?
- What strategies can we use?

## Notes

Database migrations are a challenging yet necessary part of a developers life.
As our system grows new decisions are made that forces us to update our data models.