Cool resources below!
Link | Description | Added by |
---|---|---|
https://dbdiagram.io/home | Visualising Database relationships | @Safia |
https://marketplace.visualstudio.com/items?itemName=forbeslindesay.vscode-sql-template-literal | VS Code SQL extension | @Elena |
SQL Cheat Sheet | "" "" | @Mohamed |
https://www.culttt.com/2013/01/21/why-do-you-need-to-salt-and-hash-passwords | Why you need to salt and hash passwords | @Adriana |
https://www.geeksforgeeks.org/difference-between-primary-key-and-foreign-key/ | Differences between Primary and Foreign keys | @Jihye |
https://github.com/oliverjam/express-postgres-example | Oli's extremely useful postgres quickstart guide | @Oli |
sudo service postgresql start |
Terminal command, often fixes psql/server issues for Windows users | @Barbara |
https://dba.stackexchange.com/questions/61781/restoring-the-superuser-account-on-the-postgres-server | Restore superuser, password | Barbara |
https://blog.testdouble.com/posts/2021-01-28-how-to-completely-uninstall-homebrew-postgres/ | Uninstall postgres | Barbara |