Documentation
¶
Overview ¶
Package drivermgr is a cgo wrapper for the adbc_driver_manager.
This provides an implementation of the ADBC interfaces which uses CGO to wrap a shared object implementation of adbc.h
Index ¶
Constants ¶
View Source
const ( LoadFlagsSearchEnv = 1 << iota LoadFlagsSearchPath LoadFlagsSearchSystem LoadFlagsAllowRelativePaths LoadFlagsDefault = LoadFlagsSearchEnv | LoadFlagsSearchPath | LoadFlagsSearchSystem | LoadFlagsAllowRelativePaths // LoadFlagsOptionKey is the key to use for an option to set specific // load flags for the database to decide where to look for driver manifests. LoadFlagsOptionKey = "load_flags" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.