From c02de0a76354996c5b917a76c88910a6c0bc790d Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 30 May 2022 22:16:59 +0200 Subject: [PATCH] Add mgramin/awesome-db-tools --- sections/programming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/programming.md b/sections/programming.md index 3402321..b03133a 100644 --- a/sections/programming.md +++ b/sections/programming.md @@ -976,6 +976,7 @@ pg_dumpall > db.out psql -f db.out postgres ``` * [MorganGeek](https://github.com/MorganGeek/bookmarks/blob/master/cheat/postgresql.md) - My cheatsheet for PostgreSQL +* [mgramin/awesome-db-tools](https://github.com/mgramin/awesome-db-tools) ## Debugging * [The Geek Stuff](https://www.thegeekstuff.com/2010/03/debug-c-program-using-gdb/) - (2010) How to Debug C Program using gdb in 6 Simple Steps