Re: [sqlalchemy] Re: Compare two schemas of two different DB's using Diff

2018-05-22 Thread Simon King
(Note that sqlalchemy-diff is not part of sqlalchemy, it's a tool built on top of it, and there may not be anyone on this list who has ever used it) Something like this might do what you want: from pprint import pprint from sqlalchemydiff import compare

[sqlalchemy] Re: Compare two schemas of two different DB's using Diff

2018-05-22 Thread Neethu Abhinav
And can you also help me the imports, that is required to use this tool? On Tuesday, May 22, 2018 at 4:54:03 PM UTC+5:30, Neethu Abhinav wrote: > > Yes, that's the tool i am talking about > > oh okay, so ideally if i pass my two connections, it will get me a > difference at the whole DB level

[sqlalchemy] Re: Compare two schemas of two different DB's using Diff

2018-05-22 Thread Neethu Abhinav
Yes, that's the tool i am talking about oh okay, so ideally if i pass my two connections, it will get me a difference at the whole DB level and from the result, i can segregate what i need? Sorry if i sound ignorant, i am totally new to SQLAlchemy. Thanks, Neethu On Tuesday, May 22, 2018 at