@override Future<List<String>> getTables() async { return database.allTables.map((t) => t.actualTableName).toList(); }