Y
Hacker News
new
|
ask
|
show
|
jobs
by
movedx
468 days ago
SQLAlchemy doesn’t get in the way of anything you might want to do. In fact, you can do a “textual” query and then have the response mapped to classes for you :-)
1 comments
never_inline
468 days ago
You can do that in every ORM including the infamous hibernate.
link