diff --git a/README.md b/README.md index a272ad3..d782682 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [API](#api) * [Clean code](#clean-code) * [ChatOps](#chatops) + * [Database](#database) * [Debugging](#debugging) * [Gamedev](#gamedev) * [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. * [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 * [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!