Il 16/08/2010 18.52, Sam Roberts ha scritto:
> On Mon, Aug 16, 2010 at 9:33 AM, Dario Napolitano
> <d.napolit...@liberologico.com> wrote:
>   
>> Hello everyone.
>> I have developed a conversion tool to generate a SQLite database from a
>> MySQL one. The tool is a simple C Cocoa application in which I have
>> statically compiled the amalgamation source of SQLite. The tool has a
>> reading thread that pulls records from MySQL and a writing thread that
>> saves them into the SQLite database, via a locking queue. The SQLite
>> connection is created on the main thread and then handed off to the
>> writing thread which is the only one to use it.
>>     
> OT: Is your tool public? My partner wrote this tool
>
> http://github.com/senorprogrammer/mysql2sqlite.rb
>
> but we're always interested in other approaches.
>
>   

It's not a general-purpose tool. It's an internal tool to generate a
specific database for another application, so it would have no use for
anyone else...

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to