openDB Opening DB
Future<Database> openDB() async { return await SqliteCommands(sqliteData: data).DBLoad(); }