Languages

Menu
Sites
Language
Porting SQLite code to Tizen

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

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
Stefano Zanetti
Never mind we found a workaround.