Re: [sqlite] SQLite port to RTOS

2013-09-04 Thread John McKown
I can answer one question. There is an entire C language API of sqlite functions that your application can call. You don't need to create and execute some sort of "command line" interface. The C API is documented here: http://sqlite.org/c3ref/intro.html I know nothing about RTOS, but if it does

Re: [sqlite] SQLite port to RTOS

2013-09-04 Thread Kees Nuyt
On Wed, 4 Sep 2013 10:57:44 +0530, Pratheek Prakash wrote: > 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. That is what SQLite is made for. > As far as I have

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
. 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 fo

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
.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 th

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Kees Nuyt
dows (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 mo

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Donald Griggs
gt;> 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. I

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
(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.

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread John McKown
; 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. >> >>

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
, 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. Regards Pratheek

[sqlite] SQLite port to RTOS

2013-08-26 Thread Pratheek Prakash
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