Hi all,
I want to use my own sqllite .db file with my app, I don't want to use the appery DB as I don't want to rely on user having an internet connection. I can see when i create the project in xcode that I can attach my .db file, but how do I do this from appery? I can't seem to find any way to just add files of any type to my appery project? This seems like quite a shortcoming?
Also, Does anyone have any good examples of using local sqllite db and mapping that to a service to access from a local file?
Thank you