kennethreitz/records

Any way to use relationships in records?

thechief389 opened this issue · 1 comments

In the SQLAlchemy ORM, you can join tables that have foreign keys i.e multiple addresses associated with one user.

Is there a way to do this in records?

Never mind. You can do this with raw SQL.