useSSL property
Whether to use SSL/TLS for the database connection.
true
: Forces SSL connection (required for most cloud databases)false
: Disables SSL (typically for local development)null
: Uses database default SSL behavior
Implementation
final bool? useSSL;