Skip to content

Python based CLI for migrating mysql table data

Notifications You must be signed in to change notification settings

juwilliams/pymy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymy

Python based CLI for migrating mysql table data

About

PyMy facilitates data cloning between MySQL databases/tables when your privileges are insufficient to copy out to a sql file. The use case for which it was built was migrating data between Drupal and Wordpress where plugins and environment restrictions made it impossible to use standard migration techniques.

Installation

PyPi install forthcoming, for now use pip install -e . (when in your checkout dir)

Instructions

utilize the help file for more information on how to use the application (pymy -h)

About

Python based CLI for migrating mysql table data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages