I have three databases to work with, a PostgreSQL database on one server, and two MySQL databases on another.

I've set up three different engines to connect to and reflect each one, the databases and tables within don't have relationships defined in the databases themselves, there's not a lot of foreign keys!

I'm wondering if it's possible to use SQLAlchemy to map out relationships between them? Only within the particular bit of software I'm working on, I don't expect it to export back into the databases - at the moment I'm only using read-only access to the databases anyway.

Possible within the SQLAlchemy environment?

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/f0a0380d-3c61-cf9c-8a5a-b1d8fc16d3b4%40bl.echidna.id.au.

Reply via email to