name, host and type are required. type takes any registered database type name,
case-insensitive: MySQL, PostgreSQL, MongoDB, Redis, ClickHouse, Oracle, DuckDB,
Cassandra, and every other type a loaded plugin registers.
Enum-valued parameters must match a listed value exactly, since these are stored raw values rather
than display names, and an unrecognized one falls back rather than failing the link. Percent-encode
values that contain spaces: sslMode=Verify%20CA.
Core parameters
SSH parameters
Setssh=1, or none of these are read.
SSL parameters
Driver fields
Anaf_ prefix passes a driver-specific field straight to the plugin: af_replicaSet=myrs sets
replicaSet on a MongoDB connection. Field names come from the plugin, so the
engine’s own page is where they are listed.
Six field names are dropped on import, along with any name starting with aws, because each decides
where a credential comes from: af_preConnectScript, af_preTunnelHost, af_preTunnelPort,
af_promptForPassword, af_sslClientKeyPassphrase and af_usePgpass. The same rule covers
.tablepro files, described in
Connection Sharing. Add any of these by hand in the connection
editor afterwards.

