timburks / nusqlite
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
nusqlite /
| name | age | message | |
|---|---|---|---|
| |
LICENSE.txt | ||
| |
Nukefile | ||
| |
Nukefile.iphone | ||
| |
README | ||
| |
objc/ | ||
| |
resultset.nu | ||
| |
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

