ConstReadonlySearchEnv: numberSearch directory paths in the ADBC_DRIVER_PATH environment variable (and the conda environment, if installed via conda).
ReadonlySearchUser: numberSearch the user configuration directory.
ReadonlySearchSystem: numberSearch the system configuration directory.
ReadonlyAllowRelativePaths: numberAllow a relative path to be provided as the driver name.
ReadonlyDefault: numberAll defined flags enabled. This is the default when loadFlags is omitted.
Bitmask flags controlling how the driver manager resolves a driver name.
These values correspond to the
ADBC_LOAD_FLAG_*constants in the ADBC spec. Flags can be combined with bitwise OR. WhenloadFlagsis omitted inConnectOptions,LoadFlags.Defaultis used.