public
Description: A simple Nu/Objective-C interface to PostgreSQL databases.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nupostgresql.git
Search Repo:
name age message
folder LICENSE Tue Mar 18 00:04:04 -0700 2008 Initial commit. [timburks]
folder NOTICE Tue Mar 18 00:04:04 -0700 2008 Initial commit. [timburks]
folder Nukefile Tue Mar 18 00:04:04 -0700 2008 Initial commit. [timburks]
folder README Tue Mar 18 00:04:04 -0700 2008 Initial commit. [timburks]
folder nu/ Thu Jul 31 16:47:18 -0700 2008 minor refactoring. [timburks]
folder objc/ Thu Aug 14 23:00:42 -0700 2008 Cache prepared queries for reuse. [timburks]
folder test/ Thu Jul 31 15:50:48 -0700 2008 Added parameterized queries using PostgreSQL pr... [timburks]
README
NuPostgreSQL is a small portable wrapper for the PostgreSQL C interface. 

  
REQUIREMENTS

NuPostgreSQL requires Nu and nuke, the Nu build tool. To obtain
Nu, please visit http://programming.nu or get the source
from the Nu git repository on github:
  http://github.com/timburks/nu
  
NuPostgreSQL requires PostgreSQL. Before building NuPostgreSQL, please 
be sure that PostgreSQL is installed on your system. The
default build configuration expects PostgreSQL to be installed
in /usr/local/pgsql.
  
The primary NuPostgreSQL repository is on github:
  http://github.com/timburks/nupostgresql

  
INSTALLATION

After installing all prerequisites, build the NuPostgreSQL framework
by typing "nuke" in the top-level NuPostgreSQL directory.


AUTHOR

NuPostgreSQL was written by Tim Burks.

NuPostgreSQL is released under the Apache License, version 2.0.

Copyright 2008, Neon Design Technology, Inc.