Skip to content

the4thdoctor/neo_my2pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Script to copy structure and data from mysql to postgresql without intermediate dump.

To work properly needs the following database connectors

MySQLdb - http://sourceforge.net/projects/mysql-python Psycopg2 - http://pypi.python.org/pypi/psycopg2

Changelog

0.8.1Beta added the date key in the dic_datatype dictionary

0.8Beta added the binary data type transfer

0.7Beta changed postgresql library to Psycopg2 added error handler on create table

06Beta fixed wrong display of records imported fixed CURRENT_TIMESTAMP management fixed multicolumn primary keys management

About

Python script to migrate mysql to postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages