[sqlalchemy] Re: Presenting a higher-level view of a physical table to the end-user

2020-05-31 Thread Mark Robinson
They will be developers, using Python/SqlAlchemy. Thanks. On Sunday, 31 May 2020 16:41:33 UTC+1, Jonathan Vanasco wrote: > > How will the end-users be querying? Are they going to be consumers who > are submitting params to a form, or are they going to be developers using > Python/SqlAlchemy? >

[sqlalchemy] Presenting a higher-level view of a physical table to the end-user

2020-05-31 Thread Mark Robinson
Hi there, we are considering using SQLAlchemy, specifically the Core part, for our project. I'm guessing we won't need ORM, but we keep an open mind. One of the things we would like to do is this: after connecting to a database (read-only), we would like to present to the end-user a view of a gi