Does Monkey work with databases? SQLite?

Community Forums/Monkey Talk/Does Monkey work with databases? SQLite?

AD(Posted 2012) [#1]
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


AdamRedwoods(Posted 2012) [#2]
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.


AD(Posted 2012) [#3]
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