Y
Hacker News
new
|
ask
|
show
|
jobs
by
giovannibonetti
662 days ago
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.
1 comments
cpcloud
657 days ago
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.
link
Check out SQLAlchemy's ORM (https://docs.sqlalchemy.org/en/20/orm/) for what that looks like.