open library
Classes
- OpenDynamicLibrary
- Manages functions that define how to load the DynamicLibrary for DuckDB.
Properties
- open → OpenLibrary
-
The instance managing different approaches to load the DynamicLibrary for
duckdb when needed. See the documentation for OpenDynamicLibrary to learn
how the default opening behavior can be overridden.
final
Typedefs
- OpenLibraryLoader = DynamicLibrary Function()
- Signature responsible for loading the dynamic DuckDB library.