quds_db/sqflite/src/sqflite_ffi_io library

Properties

databaseFactoryFfi → DatabaseFactory
The database factory to use for ffi.
no setter

Functions

createDatabaseFactoryFfi({SqfliteFfiInit? ffiInit}) → DatabaseFactory
Creates an FFI database factory. Optionally the FFIInit function can be provided if you want to override some behavior with the sqlite3 dynamic library opening. This function should be either a top level function or a static function. Prefer the use of the databaseFactoryFfi getter if you don't need this functionality.
sqfliteFfiInit() → void
Optional. Initialize ffi loader.