mobile bluesky app made with flutter
lazurite.stormlightlabs.org/
mobile
bluesky
flutter
1import 'package:drift/native.dart';
2import 'package:lazurite/src/infrastructure/db/app_database.dart';
3
4/// Creates an in-memory test database.
5///
6/// Each call creates a fresh in-memory database for isolated test execution.
7AppDatabase createTestDatabase() => AppDatabase(NativeDatabase.memory());