Here’s another interesting project up on Google Code for you — EntropyDB:
EntropyDB is an embedded object database for Mac OS X 10.5 and iPhone OS written in Objective-C. It is built on top of SQLite. You can embed it in your own application or you can use it for RAD (Rapid Application Development) or Rapid Prototyping for iPhone with the open source Rapid tool. It has the following advantages:
- It is simple to use since it is an object database, i.e., you don’t have to use SQL but you only work with Objective-C objects.
- No configuration is required…
Also note the reference to the Rapid project:
Rapid is a tool for Rapid Application Development & Rapid Prototyping for the iPhone/iPod touch. With Rapid, you can easily create database applications for the iPhone/iPod touch without any programming knowledge
Well, always good to not need any of that, isn’t it now?
h/t: iPhoneOSCoders!
AUG