Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/database-migrations
https://github.com/fchristenson/database-migrations
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/database-migrations
- Owner: fChristenson
- Created: 2020-04-19T19:29:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T12:56:58.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:21:56.671Z (over 1 year ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
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.