switch to moor_ffi w/ sqlcipher
This commit is contained in:
parent
49f34a82dd
commit
e9ba95fb90
10 changed files with 239 additions and 70 deletions
|
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue