In EdgeDB
DSNs (data source names) are a convenient and flexible way to specify connection information with a simple string. It takes the following form:
edgedb://USERNAME:PASSWORD@HOSTNAME:PORT/DATABASE
For instance, here is a typical DSN: edgedb://alice:pa$$w0rd@example.com:1234/my_db.