• Stars
    star
    134
  • Rank 270,519 (Top 6 %)
  • Language
    Shell
  • Created over 13 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Make an Sqlite3 export MySQL readable.

sqlite3-to-mysqlΒΆ ↑

Simple sed script for attempting to convert Sqlite3 sql to MySql sql.

Usage:ΒΆ ↑

sqlite3-to-mysql filename.sql > filename.new.sql

NotesΒΆ ↑

Please note that sed needs to be in your $PATH

Not guaranteed to work, but can serve as a starting point.

Note that varchar will be translated to varchar(255).

Decided to make this after trying the yaml_db gem, which I found to be excruciatingly slow for any dataset of considerable size.