sounds like automap:

https://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html

On Thu, Mar 21, 2019 at 6:07 PM Rich Shepard <rshep...@appl-ecosys.com> wrote:
>
> On Thu, 21 Mar 2019, Mike Bayer wrote:
>
> > oh sure, I meant it uses up an enormous amount of memory / CPU to build
> > the PDF. it looks terrible too because sphinx's templates aren't very
> > good, plus SQLAlchemy's docs have a bunch of custom things going on that
> > format even more badly.
>
> Mike,
>
> Okay. You convinced me to stick with the on-line versions.
>
> I have the database tables created and populated, and the tkinter GUI views
> (at least, most of them) written, and now I need to learn how to apply SA
> between the two.
>
> Long ago I saw the docs that explained how to work with an existing database
> rather than using the classes to create the tables. I'm trying to find that
> again in my e-mail archives.
>
> Regards,
>
> Rich
>
> --
> 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 post to this group, send email to sqlalchemy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sqlalchemy.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to