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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -