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

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

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

Reply via email to