Glossary

connection string

Data
also: connection strings · DATABASE_URL

A single URL containing everything your app needs to reach a database: host, username, password, database name, and any connection settings. Keep it secret and never commit it to Git.