public
Description: A simple Nu/Objective-C interface to PostgreSQL databases.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nupostgresql.git
nupostgresql / README
100644 34 lines (19 sloc) 0.894 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 
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.