Am 08.09.2020 um 23:25 schrieb Ulrich Goebel:
I have a PostgreSQL database and would like to make a new GUI for this database. So I don't want TurboGears to create tables and so on, all that work is done alredy.
Is that possible with TG? Ho to connent to an existing database?
Thanks for any hint!

If you use SQLAlchemy (which I recommend), you can make use of the auto-reflect feature.

https://docs.sqlalchemy.org/en/13/core/reflection.html

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/turbogears/2e9e4b21-5540-71b8-5416-dfd774938e03%40online.de.

Reply via email to