0.0.5 • Published 8 years ago

methink v0.0.5

Weekly downloads
3
License
-
Repository
github
Last release
8 years ago

Methink

A MySQL to RethinkDB migration script.

Usage

Migrate a single table:

mysql2rethink -h 'localhost' -u 'boozeallen' -p 'password123' -d 'prism' -t 'us_citizens' -D 'prism' -T 'us_citizens'

Migrate all tables:

mysql2rethink -h 'localhost' -u 'boozeallen' -p 'password123' -d 'prism' -D 'prism'

Contribute

Please! =)

License

Methink is released under the public domain.

The original structure was based on Yeoman which is licensed under the BSD license and copyright Google.