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