Re: Is there a way to generate DDL of current state as of a revision?

2016-09-22 Thread Mike Bayer
On 09/22/2016 02:51 AM, Tom Walter wrote: I work in a team of people collaborating on database development and we'd like to start version controlling and deploy our changes with Alembic. I was wondering though if there is a way to generate the DDL for the current state of the whole schema as

Is there a way to generate DDL of current state as of a revision?

2016-09-22 Thread Tom Walter
I work in a team of people collaborating on database development and we'd like to start version controlling and deploy our changes with Alembic. I was wondering though if there is a way to generate the DDL for the current state of the whole schema as of a given revision... something like the