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

As far as I can tell, it is an ORM for data engineers. They can write Python code that gets translated to either SQL or some other language understood by the DB engine that actually runs it.


Ibis is not an ORM. It has no opinion of or knowledge about your data model, or relationships between tables and their columns.

Check out SQLAlchemy's ORM (https://docs.sqlalchemy.org/en/20/orm/) for what that looks like.




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

Search: