switch to moor_ffi w/ sqlcipher

This commit is contained in:
Sorunome
2020-07-20 15:33:52 +00:00
committed by Christian Pauly
parent f8eba58b12
commit 83559066a9
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';
}