Menu

c-dax / News: Recent posts

Code available

I uploaded the first code base to subversion. It's still very rough and intended for the adventurous type. My main purpose is to have a common database API for programming Cocoa apps on Mac OS X, and I use Xcode for the IDE.

Requirements:

1. You'll need to have one of the following database systems installed MySQL 5, PostgreSQL 8.3, and SQLite3.

2. Then you'll need to create the necessary database and user settings for the application to access. You'll have to create a table by hand called 'person' as follows: create table person (id integer primary key, name varchar(50));... read more

Posted by Yu 2009-09-01