timburks / nusqlite

ObjC/Nu wrapper for the SQLite database

This URL has Read+Write access

name age message
file LICENSE.txt Loading commit data...
file Nukefile
file Nukefile.iphone
file README
directory objc/
file resultset.nu
directory test/
README
This is a modified version of FMDB for use with Nu.

The main change is that lists may be passed as arguments to executeUpdate:
and executeQuery:. This is necessary because Nu currently cannot make
method calls that have variable numbers of arguments.

There is one other important change: strings and data objects are copied
when they are bound to sqlite query objects. This is also needed for Nu.

...and one more thing: SQLiteDB now has a rowsForQuery: that returns
an array of dictionaries. Credit for this belongs to Jonathan Wight and
his TouchSQL library.

Tim Burks