drift/docs/web/drift_worker.dart

6 lines
87 B
Dart

import 'package:drift/wasm.dart';
void main() {
WasmDatabase.workerMainForOpen();
}