Using Flask, I\'m curious to know if SQLAlchemy is still the best way to go for querying my database with raw SQL (direct SELECT x FROM table WHERE ...) instead of
SELECT x FROM table WHERE ...