Skip to main content

SQLAlachemy migration maker.Generate SQL command to auto migrate

Project description

SQLAlchemy Migration Maker

SQLalchemy is a great DB manage python library.
But it didn't have the built in migrate functionality.

Inspire by django db manager, I write this package to migrate db more easily.

Now, with this package can check db's model's version, and migrate to db with ease.
Also can write your own migrate tool.

Intall

pip install sqlalchemy-migration-maker

Requiremnt

  • sqlalchemy

Testing

Require psycopg2

In my testing, I use postgres database to execute sql language

Tested Envirment

  • MacOSX
  • Python3

Tested Database

  • Postgres

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlalchemy-migration-maker-0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

sqlalchemy_migration_maker-0.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page