How to use Connection string
- 1. Paste a URI. The field is a password input.
- 2. Read parts. Host, db, query flags.
- 3. Secrets are masked in JSON. Still don't share the tab.
- 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