MySQL to SQLite converter -
i have 2 tables
regions(id, name) countries(id, name, region_id)
which in mysql format , want convert sqlite database. have tried few softwares not able convert.
is there easy wat convert them considering simple tables.
i had @ following links
http://www.sqlite.org/cvstrac/wiki?p=convertertools
http://dbconvert.com/convert-sqlite-to-mysql-pro.php
either software paid or not able them work.
see this gist. works on linux.
Comments
Post a Comment