new directory

This commit is contained in:
2023-09-27 13:50:56 +02:00
parent fd14dfe0ff
commit 300062b2d2
4 changed files with 17 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ class Database{
Future<Database> get database async {
if (_database != null) return _database!;
_database = await _initDB('database.db');
return _database!;
}