Skip to content

Tools/Connection string

Connection string

Parse Postgres, MySQL, Mongo, Redis, and AMQP URLs. Never connects. Nothing is uploaded.

Loading tool…

How to use Connection string

  1. 1. Paste a URI. The field is a password input.
  2. 2. Read parts. Host, db, query flags.
  3. 3. Secrets are masked in JSON. Still don't share the tab.
  4. 4. This never dials the database. Static site, no driver.

About this tool

A connection URI is a password with extra syntax. Parsing it in-browser beats sending it to an online decoder. jdbc: prefixes are stripped.

Supported shapes

postgres, mysql, mongodb(+srv), redis, amqp, and ODBC-style key=value.

SSL flags

Shown as query params. Not interpreted.

Code examples

PG

postgres://user:pass@localhost:5432/app

Frequently asked questions

Related tools

All tools