sdbFactorySqflite top-level property
The default SdbFactory for sqflite.
This factory uses the default sqflite database factory, which is suitable
for Flutter mobile applications (iOS and Android).
For Dart VM applications (e.g., desktop), you should create a new factory
using sdbFactoryFromSqflite with databaseFactoryFfi from the
sqflite_common_ffi package.
Implementation
SdbFactory sdbFactorySqflite = sdbFactoryFromSqflite(sqflite.databaseFactory);