switch to moor_ffi w/ sqlcipher

This commit is contained in:
Sorunome 2020-07-20 15:33:52 +00:00 committed by Christian Pauly
commit e9ba95fb90
10 changed files with 239 additions and 70 deletions

View file

@ -1,9 +1,9 @@
import 'package:famedlysdk/famedlysdk.dart';
Database constructDb(
Future<Database> constructDb(
{bool logStatements = false,
String filename = 'database.sqlite',
String password = ''}) {
String password = ''}) async {
throw 'Platform not supported';
}