This seems straightforward, try reading through the tutorial at https://docs.sqlalchemy.org/en/13/core/tutorial.html which covers the basic idea. SQLAlchemy is designed first and foremost to present SQL statements as composable constructs that work like views, and that is what the select() construct will get you.
On Sun, May 31, 2020, at 4:13 PM, Mark Robinson wrote: > 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 - > The Python SQL Toolkit and Object Relational Mapper > > http://www.sqlalchemy.org/ > > To post example code, please provide an MCVE: Minimal, Complete, and > Verifiable Example. See http://stackoverflow.com/help/mcve for a full > description. > --- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sqlalchemy+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sqlalchemy/c0c52306-5de9-4df4-89b6-53f0d5c05283%40googlegroups.com > > <https://groups.google.com/d/msgid/sqlalchemy/c0c52306-5de9-4df4-89b6-53f0d5c05283%40googlegroups.com?utm_medium=email&utm_source=footer>. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/88e66e68-4542-48d6-9dff-798ebbf66b46%40www.fastmail.com.