Does Monkey work with databases? SQLite?
Community Forums/Monkey Talk/Does Monkey work with databases? SQLite?| 
 | ||
| Hello there, I discovered Monkey SDK from seeing the popular soccer game, "New Star Soccer" on the app store. Does Monkey work with databases, such as SQLite? And is there a GUI framework or something that wraps iOS GUI elements? In HTML5 there is, I believe, a local storage feature; does Monkey support this? Thanks | 
| 
 | ||
| sqlite: no ios gui wrap: no, but i thought there was imonk (third-party), which may do some of this....? html5 local: kindof, monkey supports a SaveState() function, which could save a long string, but does not allow you to specify certain files. | 
| 
 | ||
| Ok, I'll check back in a few months; maybe they'll be a library for it soon -- I don't want to use core data... its too frustrating |