What's the Adobe Air equivalent of iOS CoreData?
I've used CoreData a lot on iOS and love it. Can someone tell me what the Adobe Air mobile equivalent of CoreData is?
I've been using EncryptedLocalStore for storing user Preferences, but this uses the iOS keychain, and causes data to persist on the iOS device through an app delete & install. That's no good, since I'm storing a little more preferences than is appropriate for using the keychain. AND I want the app data deleted off the device after the app is deleted/uninstalled.
Any ideas?
