|
|
Description
A simple 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.
Integration & Development Services
Plausible Database is provided free of charge under the BSD license, and may be freely integrated with any application.
We can provide assistance with integrating our code in your own iPhone or Mac application, as well as development of additional features under a license of your choosing (higher rates apply for non BSD-licensed work). Contact Plausible Labs for more information.
Documentation
1.0 Stable Release
1.1 Release Candidate
Building for the Phone & Simulator
To build an embeddable version for your project:
user@max:~/pldatabase-1.0> ./bin/embedded-build.sh -c Debug -s iphoneos2.0 -s iphonesimulator2.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.
