Closed thechief389 closed 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?
Never mind. You can do this with raw SQL.
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?