Connection String Parser & Builder
Parse a database connection string, mask the password, and convert between ADO.NET and URL DSN forms.
Overview
The Connection String Parser & Builder helps developers read, sanitise and translate database connection strings. It auto-detects whether you pasted an ADO.NET keyword string or a URL-style DSN, identifies the provider (SQL Server, PostgreSQL or MySQL), and lists every parameter with the password masked. It then emits the opposite representation so you can move between framework config and 12-factor DATABASE_URL conventions safely, without leaking credentials when sharing.