Add mgramin/awesome-db-tools

This commit is contained in:
Morgan 2022-05-30 22:16:59 +02:00 committed by GitHub
parent cb005ef080
commit c02de0a763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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