Hi Kees Nuyt,
That was really helpful. Also I have another doubt. Eventually I will be running sqlite integrated with other modules in a board. As far as I have read I suppose that sqlite treat a database as a file. Adding data to the database and retrieving data from the database is equivalent to write() and read() file operations. But in board where can I create that database file like creating one in computer? Is it possible? Also for communicating with the sqlite library do I need to use command line interface always? Because in board its not possible. Can I call those library functions directly from the application? It will be really helpful if you can provide me with some inputs on these

Regards
Pratheek



On 9/4/2013 1:23 AM, Kees Nuyt wrote:
On Mon, 26 Aug 2013 18:33:02 +0530, Pratheek Prakash
<prathe...@tataelxsi.co.in> wrote:

Hi all,
             I had downloaded the SQLite ver 3.8 code base from the
SQLite website. In the documentation they say that it supports Unix
(Linux, Mac OS-X, Android, iOS) and Windows (Win32, WinCE, WinRT). I
would like to port SQLite to uITRON RTOS. Is it possible to port the
code to an RTOS? If possible what could be the main challenges that I
may face?
             Waiting for your valuable inputs.
The main task you will face is writing a sqlite VFS module for your
operating system. The Unix VFS may serve as an example.
A good starting point in the documentation is:
http://sqlite.org/custombuild.html

Regards
Pratheek


--
Best wishes
Pratheek Prakash
Senior Engineer
TATA ELXSI
Mobile: +91 7736721417


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to