Connecting to Postgres
- Postgres supports a lot of different ways to connect to your database cluster.
- It also provides very fine-grained access control methods.
- You can
GRANT
different privileges to different roles not only for schemata and tables, but even columns. - Still, I recently inherited a project (using Postgres)
- When I tried to set it up on my laptop, I looked through the code to find out how I should connect the app to the DB