-
Notifications
You must be signed in to change notification settings - Fork 0
Home
One day after I created this project I found the following project through the iPhone dev twitter list.
http://code.google.com/p/sqlitepersistentobjects/
Gotta love it :-)
My approach is a bit different so I will continue using iphonelite3 for my current project.
XCode3 iPhone project with Lite3* classes for serialization and deserialization of arbitrary classes to a sqlite3
database.
THIS PROJECT IS IN ALPHA STAGE. I am working on it as part of another application and I am implementing and sharing
features as I need them.
Also integrated the Unit tests from the Google Toolkit for Mac.
Look in the file
“Test/Lite3DBTest.m” for example of usage. Generally the database will be created and deployed with the
application so that you can ship pre-filled tables. The other option is to create the database upon first usage by
providing the DDL.
This is work in progress released under an MIT license. Check the files for important limitations of this code. Do not
use this code if you do not agree to the limitations set forth in the license.