PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Query campo booleano con sqlalchemy

songs = Song.query.filter(Song.id3_parsed.is_(False)).all()