DatabaseConnection
namestring
Example:
Production Databasetypestringrequired
Possible values: [postgresql, mysql, mongodb, bigquery, snowflake]
Example:
postgresqlhoststringrequired
Example:
db.example.comportinteger
Example:
5432databasestringrequired
Example:
analyticsusernamestring
passwordstring<password>
DatabaseConnection
{
"name": "Production Database",
"type": "postgresql",
"host": "db.example.com",
"port": 5432,
"database": "analytics",
"username": "string",
"password": "string"
}