Future<List<Map<String, dynamic>>> getAllUsers() async { final db = await database; return await db.query('users'); }