Add sqlite3 dependency

This commit is contained in:
2025-02-22 16:22:33 +08:00
parent 25dd895e0d
commit 338c22a606
18 changed files with 14669 additions and 8 deletions

View File

@ -0,0 +1,8 @@
import 'package:drift/wasm.dart';
// Use `dart compile js -O4 ./drift_worker.dart` to compile this file.
// And place it in the web/ directory.
// When compiled with dart2js, this file defines a dedicated or shared web
// worker used by drift.
void main() => WasmDatabase.workerMainForOpen();