Skip to main content

DatabaseConnection

namestring
Example: Production Database
typestringrequired

Possible values: [postgresql, mysql, mongodb, bigquery, snowflake]

Example: postgresql
hoststringrequired
Example: db.example.com
portinteger
Example: 5432
databasestringrequired
Example: analytics
usernamestring
passwordstring<password>
DatabaseConnection
{
"name": "Production Database",
"type": "postgresql",
"host": "db.example.com",
"port": 5432,
"database": "analytics",
"username": "string",
"password": "string"
}