From e12f347bdc61f5d5097425c4013fda2fe689b425 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 7 Oct 2017 12:46:32 +0200 Subject: [PATCH] move database article in proper section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82d9cf0..8d4d029 100644 --- a/README.md +++ b/README.md @@ -1534,6 +1534,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring * [shlomi-noach/awesome-mysql](https://github.com/shlomi-noach/awesome-mysql/blob/gh-pages/index.md) - curated list of awesome MySQL software, libraries and resources * [Brian Peasland](http://www.peasland.net/2016/10/19/slash-or-no-slash/) - Slash or no Slash in SQL scripts ? +* [Kenneth Truyers](https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/) - Git as a NoSql database ## 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