Learn how to connect to your local PostgreSQL database remotely using ngrok TCP endpoints on port 5432.
5432
ngrok tcp 5432
psql -h 0.tcp.ngrok.io -p 12345 -U postgres -d postgres
Was this page helpful?