Re: [Interest] Native Sqlite on iOS

2016-02-26 Thread Jason H
> I have to write some native implementation functions (ObjC) for my Qt/QML > app. I'm wondering about having to include/link sqlite library. I'm not > really a iOS guy, just a Qt guy having to hack some native functionality. > Do I have to link another sqlite3? Can I just run the one that Qt

[Interest] Native Sqlite on iOS

2016-02-26 Thread Jason H
I have to write some native implementation functions (ObjC) for my Qt/QML app. I'm wondering about having to include/link sqlite library. I'm not really a iOS guy, just a Qt guy having to hack some native functionality. Do I have to link another sqlite3? Can I just run the one that Qt uses?