Hacker News new | past | comments | ask | show | jobs | submit login

Yeah, I think the sweet spot is using SQLAlchemy's ORM for simple queries and dropping down to core for more advanced usage. Best of both worlds.



Even for advanced queries (ok, not super advanced) SQLAlchemy can hold its own, especially if you're willing to dip into the sqlalchemy.core modules.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: