Secure Postgres DB

Question:

Is there a way to secure the DB (other than a strong username and password)?
I would like to grant access to a certain IP range in Postgres.

Replit Profile: https://replit.com/@GustavoLopez24

2 Likes

Just run postgres in your repl and connect to localhost.

1 Like