native_assets library
Exports a variant of the native sqlite3
library where symbols are resolved
through Dart's native assets
feature instead of through lookups with DynamicLibrary.
At the moment, the use of sqlite3Native also requires a dependency on the sqlite3_native_assets package.
Properties
- sqlite3Native → Sqlite3
-
A version of sqlite3 that uses FFI bindings backed by
native assets
instead of opening a DynamicLibrary.final