Re: [sqlalchemy] SQLAlchemy 2 and Dialect’s has_schema()

2022-08-01 Thread Mike Bayer
On Sun, Jul 31, 2022, at 10:15 PM, jens.t...@gmail.com wrote: > Hello, > > I’m curious to get recommendations about the following use-case (based on > this SO Answer > ): > > *>>> import sqlalchemy*

[sqlalchemy] SQLAlchemy 2 and Dialect’s has_schema()

2022-07-31 Thread jens.t...@gmail.com
Hello, I’m curious to get recommendations about the following use-case (based on this SO Answer ): *>>> import sqlalchemy* *>>> configuration = {'sqlalchemy.url':