Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

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

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

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.

About

Make an Sqlite3 export MySQL readable.

Topics

Resources

Stars

135 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages