Hacker News new | ask | show | jobs
by forgotprevpass 4500 days ago
I played around with sqlalchemy a bit this week, it seems you still have to dive down to the bare relational manual mapping (by creating a table by hand) to do something simple, like many-to-many mappings. Is there a better way to do it?