Re: [sqlalchemy] Concise, Pythonic query syntax

2017-11-03 Thread Bryan Jones
PM UTC-5, Mike Bayer wrote: > > > > On 06/15/2017 04:11 PM, Bryan Jones wrote: > > All, > > > > While working on my SQLAlchemy-based application, I noticed an > > opportunity to provide a more concise, Pythonic query syntax. For > > exampl

[sqlalchemy] Re: Concise, Pythonic query syntax

2017-06-19 Thread Bryan Jones
for the feedback! Bryan On Thursday, June 15, 2017 at 3:11:47 PM UTC-5, Bryan Jones wrote: > > All, > > While working on my SQLAlchemy-based application, I noticed an opportunity > to provide a more concise, Pythonic query syntax. For example, > User['jack'].addresses produces a Que

[sqlalchemy] Concise, Pythonic query syntax

2017-06-15 Thread Bryan Jones
All, While working on my SQLAlchemy-based application, I noticed an opportunity to provide a more concise, Pythonic query syntax. For example, User['jack'].addresses produces a Query for the Address of a User named jack. I had two questions 1. Has someone already done this? If so, would