What are the plans to provide SQLite support.
Has anyone Ported SQLite to Mosync?
If not is it planned in the near future?
SQLite Support
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.
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
I have managed to compile and get SQLite to run
in the Mysync Emulator
using the latest nightly builds and newlib.
SqlLite is working in MoSync?
How to use?
I need a tutorial to configure the SQLite Mosync IDE. Where can I find?
Sorry my english
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.
It's a great news, thanks.
Then I'll wait.
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.