views:

229

answers:

1

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

A: 

You could check out my plistifier plugin. There you get a binary plist as a resource so you don't have to parse it manually or anything, you just get a NSArray or something. http://github.com/jeena/plistifier

Jeena