Re: [sqlalchemy] Engine connection

2016-10-18 Thread Mike Bayer
On 10/18/2016 04:03 AM, Daniele Senigagliesi wrote: Hi, I'm having some trouble with connection management in sqlalchemy. In my environment I have an already created connection with psycopg2, and some other components are still using it outside sqlalchemy. I'd like create a new engine for

[sqlalchemy] Engine connection

2016-10-18 Thread Daniele Senigagliesi
Hi, I'm having some trouble with connection management in sqlalchemy. In my environment I have an already created connection with psycopg2, and some other components are still using it outside sqlalchemy. I'd like create a new engine for sqlalchemy using the already created connection; without