data sync from rails with iphone sqlite db
        Posted  
        
            by Markus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Markus
        
        
        
        Published on 2010-02-09T08:20:27Z
        Indexed on 
            2010/06/12
            20:02 UTC
        
        
        Read the original article
        Hit count: 390
        
Hi all,
I'm wondering whether there is a bossibility to export some selected data from my rails mysql db to a other sqlite db. The aim is to send that sqlite file directly to my iPhone application... That way I don't have to do a lot of xml integration in the iPhone app. That seems to be very slow...
Markus
© Stack Overflow or respective owner