6 lines
231 B
Dart
6 lines
231 B
Dart
import 'package:drift/drift.dart';
|
|
|
|
/// Stub — replaced by conditional imports in app_database.dart
|
|
QueryExecutor openDatabaseConnection() {
|
|
throw UnsupportedError('Not implemented — use platform-specific implementation');
|
|
}
|