liquibase for database automation / refactoring

This commit is contained in:
Morgan 2017-08-19 15:36:20 +02:00 committed by GitHub
parent faa9ac1e78
commit 153a0acfca

View File

@ -59,6 +59,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [API](#api) * [API](#api)
* [Clean code](#clean-code) * [Clean code](#clean-code)
* [ChatOps](#chatops) * [ChatOps](#chatops)
* [Database](#database)
* [Debugging](#debugging) * [Debugging](#debugging)
* [Gamedev](#gamedev) * [Gamedev](#gamedev)
* [Git](#git) * [Git](#git)
@ -1217,6 +1218,9 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Awesome Guidelines](https://github.com/Kristories/awesome-guidelines) - A curated list of high quality coding style conventions and standards. * [Awesome Guidelines](https://github.com/Kristories/awesome-guidelines) - A curated list of high quality coding style conventions and standards.
* [Tom Preston-Werner](http://semver.org/) - Semantic Versioning 2.0.0 * [Tom Preston-Werner](http://semver.org/) - Semantic Versioning 2.0.0
## Database
* [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring
## Debugging ## Debugging
* [The Geek Stuff](http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/) - How to Debug C Program using gdb in 6 Simple Steps * [The Geek Stuff](http://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/) - How to Debug C Program using gdb in 6 Simple Steps
* [Jaroslav Tulach](http://www.methodsandtools.com/archive/debugger.php) - Use the Debugger. Stupid! * [Jaroslav Tulach](http://www.methodsandtools.com/archive/debugger.php) - Use the Debugger. Stupid!