public
Description: A simple Nu/Objective-C interface to MySQL databases.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/numysql.git
timburks (author)
Fri May 09 21:44:48 -0700 2008
commit  26b1537bd617113bd6ae8e14c04ddaac92400bec
tree    8a53ae5fc752186f688551de1e2f791f865152ef
parent  63f9682644de897f00b9deac64a638054505ebf5
numysql / README
100644 34 lines (19 sloc) 0.824 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
 
NuMySQL is a small portable wrapper for the MySQL C interface.
 
  
REQUIREMENTS
 
NuMySQL 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
  
NuMySQL requires mysql. Before building NuMySQL, please
be sure that mysql is installed on your system. The
default build configuration expects mysql to be installed
in /usr/local/mysql.
  
The primary NuMySQL repository is on github:
  http://github.com/timburks/numysql
 
  
INSTALLATION
 
After installing all prerequisites, build the NuMySQL framework
by typing "nuke" in the top-level NuMySQL directory.
 
 
AUTHOR
 
NuMySQL was written by Tim Burks.
 
NuMySQL is released under the Apache License, version 2.0.
 
Copyright 2008, Neon Design Technology, Inc.