Connect to Replit PostgreSQL from External Tools?

I’m using Replit’s PostgreSQL database, but I can only view data within Replit. Is there a way to connect to it externally using tools like pgAdmin, Adminer, or DbGate?

In Secrets tab you can get all you need, the complete Postgres url to connect, and the parameters separately, by your question I’m assuming you know how to connect through the apps you mention.

I would recommend DBeaver also: https://dbeaver.io/

2 Likes


Nice, that worked perfectly with DBeaver and the values in Secrets!

2 Likes