Pymigrate is a tool for you to use python scripts or whatever self runnable scripts as your migration sripts for your data and systme.
Project description
- Version:
- 0.1
- Download:
- Documentation:
- Source:
- Keywords:
Python, Migrate
Documentation
Install
Use pip:
pip install pymigrate
Use easy_install:
easy_install pymigrate
Usage
Migrate scripts should be in one folder and with a prefix in name as index. The index is the order of execution of the scripts. eg:
MIGRATE_FOLDER/001_create_user_schema.py
002_create_group_schema.py
003_init_user_data.py
Then, run the migrate scripts by:
pymigrate MIGRATE_FOLDER
After migration is done, we can show the trace by:
pymigrate -t MIGRATE_FOLDER
When you have new change to apply to the system, just add more scripts into the MIGRATE_FOLDER, and use index for the execution order. If you just clear the system(like drop the database and recreate) and want to re-run the migrate sequence, you need clear the trace:
pymigrate -c MIGRATE_FOLDER
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pymigrate-0.1.tar.gz.
File metadata
- Download URL: pymigrate-0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e78f05ee1dbce5184a6b6dd5d45f4bab1171f748441b0989fa4521a93f5c7e6
|
|
| MD5 |
ff5a13c0491f56deaa5d40073d6d7115
|
|
| BLAKE2b-256 |
4c47d1959f11ff28ca1e2e1f1ecc0ead912f3fe46894d20611f9e6e3d839d729
|