Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include a link to pgloader #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ notably, it doubles the lengths of VARCHARs due to a unicode size problem we
had, places indexes on all foreign keys, and presumes you're using Django
for column typing purposes.

For a more general approach have a look at pgloader <https://github.com/dimitri/pgloader>,
which connects to a running MySQL instance and discovers the schema from the catalogs to
then reproduce it in PostgreSQL with a default set of casting rules (that you can edit).
[pgloader](https://github.com/dimitri/pgloader) supports migrating the schema and the data,
converting data on the fly, and reproducing Not Null constraints, default values, primary
and secondary indexes, foreign keys and comments.

How to use
----------

Expand Down