10000 GitHub - dirkaholic/Methink: MySQL to RethinkDB migration script
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dirkaholic/Methink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MySQL to RethinkDB migration script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0