move database article in proper section

This commit is contained in:
Morgan 2017-10-07 12:46:32 +02:00 committed by GitHub
parent 2eb31dac05
commit e12f347bdc

View File

@ -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 * [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 * [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 ? * [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 ## 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