Skip to main content

Usage

Connecting to the database

You can use any SQL client to connect to the database. The default connection string is:

postgresql://user:password@localhost:10220/database

Web UI

You can use the web UI to inspect the details of the database. By default, it is available at https://localhost:10221. It is only available via HTTPS and uses a self-signed certificate, so you will probably need to add a security exception in your browser.