⚙ Build Connection String
MySQL
PostgreSQL
MongoDB
SQL Server
Oracle
Redis
SQLite
MariaDB
IP address or hostname
Database port number
Database username
Leave empty if none
Target database name
Label for saved connections
➕ Custom Parameters
🔗 Generated Connection String
mysql://root@localhost:3306/mydb
🔒 Security Tips
Never commit connection strings with passwords to version control. Use environment variables like DATABASE_URL instead.
🛠 Default Ports
MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017, SQL Server: 1433, Oracle: 1521, Redis: 6379
🌐 Cloud Databases
For cloud databases (AWS RDS, Azure SQL, etc.), use the endpoint provided by your cloud provider as the host.