Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Pandas has from_sql and to_sql methods that are compatible with SQLAlchemy if you insist on using an ORM, that gets you most of the way there...


SQLAlchemy is more than just an ORM. It also has sql expression language, for writing queries using python without using any ORM features.




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

Search: