0.0
No commit activity in last 3 years
No release in over 3 years
Call `sqlite2mysql sqlite_file.db [mysqlname]` If not specified, mysqlname will be the sqlite filename
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
~> 3.0

Runtime

 Project Readme

sqlite2mysql

Installation

gem install sqlite2mysql

Don't include it in your projects, that's not what it's for. This is a command line tool.

Usage

Run like this:

sqlite2mysql test.db

This will create a database called testdb in mysql with the exact schema and data as was in test.db. You can optionally name it something else in mysql like this:

sqlite2mysql test.db my_awesome_database

Isn't that handy?

This assumes you can log in as root to your localhost mysql database without a password.

Contributing

Do.

License

MIT.