Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.