How do I connect a database with Postgres GUIs?
These docs provide the information needed to connect to the local Moped database instance using a Postgres GUI using like TablePlus (Mac), DBeaver, or Postico.
To connect to the database instance in the Moped local stack, use the connection details below. You can also reference the docker-compose.yml file to see the latest or to troubleshoot.
Connection details
Host: localhost (127.0.0.1)
Port: 5432
User: moped
Password: moped
Database: moped
Last updated
Was this helpful?