Future<void> createEvent(Event event) async { final db = await database; await db.insert('events', event.toMap()); }