sqflite_ffi 0.1.0
sqflite_ffi: ^0.1.0 copied to clipboard
sqflite ffi based implementation for flutter, sharing the sqflite isolate between isolates using IsolateNameServer.
0.1.0 #
- Initial version: ffi database factory (
sqfliteDatabaseFactoryFfi) sharing the sqflite isolate between flutter isolates usingIsolateNameServer. - Dart only flutter plugin:
SqfliteFfiPlugin.registerWith()is called automatically at startup and setssqfliteDatabaseFactoryFfias the default database factory (if not already set).