Sha256: 6444fb92ba61e2109adee7acf5bcf2b811a6494e5b89b47f1ffe80d9439afa55

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

# 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sqlite2mysql-0.2.0 readme.md