From 153a0acfca4e62e1f2d82865c72433747ecb8cee Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 19 Aug 2017 15:36:20 +0200 Subject: [PATCH] liquibase for database automation / refactoring --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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!