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