public
Description: A simple Nu/Objective-C interface to MySQL databases.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/numysql.git
commit  63f9682644de897f00b9deac64a638054505ebf5
tree    cbe027e781b4d2d9a9e35ce7f0d810a459702692
parent  a71bcf47dd2a8b2c930f50ac838a60edc47b06f1
name age message
file LICENSE Mon Mar 17 22:44:37 -0700 2008 Initial commit. [timburks]
file NOTICE Mon Mar 17 22:44:37 -0700 2008 Initial commit. [timburks]
file Nukefile Wed Apr 30 09:42:10 -0700 2008 New convenience methods for queries. [timburks]
file README Mon Mar 17 22:44:37 -0700 2008 Initial commit. [timburks]
directory nu/ Wed Apr 30 09:42:10 -0700 2008 New convenience methods for queries. [timburks]
directory objc/ Tue May 06 18:59:47 -0700 2008 New update method uses a dictionary to update a... [timburks]
directory test/ Tue May 06 18:59:47 -0700 2008 New update method uses a dictionary to update a... [timburks]
README
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.