Skip to main content

Connection String Builder

v1.1.1

Build database connection strings for PostgreSQL, MySQL, MongoDB, Redis, and more.

Builds database connection strings for PostgreSQL (DSN, URI), MySQL, MongoDB Atlas, Redis, MS SQL Server, and more — fill in host, port, user, database, and get the correct format.

How to use
  • Select the database type and fill in the connection parameters.
  • The connection string is built in real time; sensitive password values are masked by default.
  • Copy the string for use in your ORM config, environment variables, or connection pool.