SQL
Configuration Parameters
Required Fields
config = {
"url": "postgresql://myuser:mypassword@myhost:5432/mydatabase",
"identifier": "My-Production-DB" # Optional, but highly recommended
}config = {
"host": "db.example.com",
"port": 3306,
"database": "analytics_db",
"username": "analyst",
"password": "secure_password_123",
"driver": "mysql+pymysql",
"identifier": "MySQL-Analytics" # Optional, but highly recommended
}Additional Optional Fields
Drivers
Database Type
Driver Name
Usage Example
Last updated
Was this helpful?