Hi,
I'm porting some of our internal libraries to Tizen and I'm having issue with the database support layers. This library currently support Android and iOS and it uses sqlite3 to manage databases. In Tizen I notice that sqlite3.h is not available. Tizen documentation shows the use of Tizen:Io:Database which seems to be a wrapper of sqlite.
I was wondering if it is possible to use squlite code directly so I can keep my code generic across the three platforms (I could download the sqlite library and build it for Tizen). Or if I'm forced to create a custom implementation for Tizen using the framwork io::database layer.
Thanks a lot for your help,
Stefano