On 17/08/2022 10:31 pm, Philip Semanchuk wrote:




Hi Carl,
I have no experience with this so I might be making a poor suggestion, but 
Postgres’ foreign data wrappers might help you. They can expose the schema of 
other databases, so your Postgres database could be the host for all three 
databases that you need to connect to. That would make it look like one 
database to SQLAlchemy.

Tempting, but I can only poke at the postgres database, I can't change it.

Worth a look though, thank you

Carl


--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/8b49c3f3-12c0-7066-207e-cc402f2e35b2%40bl.echidna.id.au.

Reply via email to