Description
A SQL database access library for Objective-C, initially focused on SQLite as an application database. The library supports both Mac OS X and iPhone development.
Plausible Database is provided free of charge under the BSD license, and may be freely integrated with any application.
Documentation
1.1.1 Stable Release
1.0 Previous Release
Building
To build an embeddable version for the iPhone and iPhone Simulator:
user@max:~/pldatabase-1.0> ./bin/embedded-build.sh -c Release -s iphoneos2.0 -s iphonesimulator2.0
To build an embeddable version for Mac OS X:
user@max:~/pldatabase-1.0> ./bin/embedded-build.sh -c Release -s macosx10.4.0
This will create a release directory in the current working directory, named 'pldatabase-release-<date\>'. The release directory contains a universal static library and the library headers, and can be copied directly into your Xcode project.