SQLAlachemy migration maker.Generate SQL command to auto migrate
Project description
# SQLAlchemy Migration Maker SQLalchemy is a great DB manage python library. <br> But it didn’t have the built in migrate functionality. <br>
Inspire by django db manager, I write this package to migrate db more easily. <br>
Now, with this package can check db’s model’s version, and migrate to db with ease. <br> 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
Built Distribution
File details
Details for the file sqlalchemy-migration-maker-0.3.tar.gz
.
File metadata
- Download URL: sqlalchemy-migration-maker-0.3.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f11b7b425a4d378391ba295b8f8a6c3f393a52c73ac1f8b8f8c5d6931dfe0825
|
|
MD5 |
f51263b74a6bc85101e95417191eb404
|
|
BLAKE2b-256 |
c4b88c929e7f20e3fc7e5bf5318f0666b9350931321a1a177c5c118badc456dc
|
File details
Details for the file sqlalchemy_migration_maker-0.3-py3-none-any.whl
.
File metadata
- Download URL: sqlalchemy_migration_maker-0.3-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e445e5ef35f984c0600d87c9036ea8f623a6c090329cd5504eecb8367d9c179b
|
|
MD5 |
1605eaf3459eb47fe999a026dc6df2a6
|
|
BLAKE2b-256 |
890baa109f3e00f6ee87884f0c45923835bef302e542e1ffff2858674d948852
|