SQLite Support

9 posts / 0 new
Last post
apcameron
apcameron's picture
Offline
Joined: 29 Jun 2010
Posts:
SQLite Support

What are the plans to provide SQLite support.
Has anyone Ported SQLite to Mosync?
If not is it planned in the near future?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

SQLite is something we've got in mind to port to MoSync, as is an OData client. I don't think that either of these are currently on the road map, but if you need them, shout about it and we'll get them scheduled in.

apcameron
apcameron's picture
Offline
Joined: 29 Jun 2010
Posts:

What I an looking for is a full port similar to the one done for Symbian S60 Phones so I can use it embedded in an application.

Here is an example http://www.drdobbs.com/cpp/198702204;jsessionid=1M3OPZTYEUG0HQE1GHRSKHWATMY32JVN?pgno=2

apcameron
apcameron's picture
Offline
Joined: 29 Jun 2010
Posts:

I have managed to compile and get SQLite to run Laughing out loud in the Mysync Emulator Laughing out loud using the latest nightly builds and newlib.

Carlos Alberto St...
carlosast@msn.com's picture
Offline
Joined: 14 Dec 2009
Posts:

SqlLite is working in MoSync?
How to use?

rhumter
rhumter's picture
Offline
Joined: 2 Nov 2011
Posts:

I need a tutorial to configure the SQLite Mosync IDE. Where can I find?

Sorry my english

Sam Pickard
rival's picture
Offline
Mobile Archmage
Joined: 19 Mar 2009
Posts:

Hi, sorry I missed this message before. There isn't a simple tutorial or an easy way to configure SQLite in MoSync. As you can see in this thread, some users have been able to build enough of SQLite for their use http://www.mosync.com/content/five-5-mosync-system-calls-newlib-sqlite.

MoSync 3.0 (expected later this month) should have system calls to use the native database (if available) on that platform. This will be the simplest way to get local database access.

rhumter
rhumter's picture
Offline
Joined: 2 Nov 2011
Posts:

It's a great news, thanks.
Then I'll wait.

Abi Waqas
abi's picture
Offline
Mobile Wizard
Joined: 3 May 2010
Posts:

sqlite would be available in the forthcoming 3.0 release. I have been testing it today and it looks in a good shape. However, as of today, there are some bugs to be fixed. The sqlite documentation is published and the functionality is available in the latest nightly.