kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.16k stars 574 forks source link

Any way to use relationships in records? #157

Closed thechief389 closed 6 years ago

thechief389 commented 6 years ago

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?

thechief389 commented 6 years ago

Never mind. You can do this with raw SQL.