Michael Bayer wrote:
> Eric Naeseth wrote:
>
> > SQLAlchemy seems to have an issue reflecting MySQL tables that have
> > foreign keys when the table being reflected is not in the database
> > specified in the connection string.
>
> > Let's say I'm w
SQLAlchemy seems to have an issue reflecting MySQL tables that have
foreign keys when the table being reflected is not in the database
specified in the connection string.
Let's say I'm working on an app to manage a database named "library",
but that I also need access to the tables in the "people