sqlite3_open library
Re-exports sqlite3_open to expose sqlite3_open without adding it as a direct dependency.
Classes
- OpenDynamicLibrary
- Manages functions that define how to load the DynamicLibrary for sqlite.
Enums
- OperatingSystem
-
An operating system supported by
package:sqlite3
when opening SQLite libraries.
Properties
- open → OpenDynamicLibrary native
-
The instance managing different approaches to load the DynamicLibrary for
sqlite when needed. See the documentation for OpenDynamicLibrary to learn
how the default opening behavior can be overridden.
final
Typedefs
- OpenLibrary = DynamicLibrary Function()
- Signature responsible for loading the dynamic sqlite3 library to use.