GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple Nu/Objective-C interface to MySQL databases.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/numysql.git
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/ Fri May 09 21:44:48 -0700 2008 Added a new method to insert rows in tables. [timburks]
directory test/ Fri May 09 21:44:48 -0700 2008 Added a new method to insert rows in tables. [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.