Hacker News new | ask | show | jobs
by je42 1226 days ago
Interesting ! One newbie question, how does ibis differ from sqlalchemy ?
1 comments

sql alchemy is an orm, where ibis looks to be a dataframe api that is sort of a dsl over sql. It doesn't try to map relational domains to an object oriented paradigm like sql alchemy does