VmDatabase typedef
VmDatabase = NativeDatabase
A moor database implementation based on dart:ffi
, running directly in a
Dart VM or an AOT compiled Dart/Flutter application.
Implementation
@pragma('moor2drift', 'NativeDatabase')
typedef VmDatabase = NativeDatabase;