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 no

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 read I suppose that sqlite

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
Thank you very much Donald Griggs On 9/3/2013 6:18 PM, Donald Griggs wrote: Hello, Prakash, In addition to John McKown's fine advice, you might possibly want to attempt to contact Kritesh Tripathi, who posted in 2012 that he was using sqlite with iTron RTOS, which seems it may be a cousin of ul

Re: [sqlite] SQLite port to RTOS

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

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Kees Nuyt
On Mon, 26 Aug 2013 18:33:02 +0530, Pratheek Prakash 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 po

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Donald Griggs
Hello, Prakash, In addition to John McKown's fine advice, you might possibly want to attempt to contact Kritesh Tripathi, who posted in 2012 that he was using sqlite with iTron RTOS, which seems it may be a cousin of ulTron RTOS (correct?). http://search.gmane.org/?author=kritesh+tripathi&sort=da

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
Thank you very much Mr.McKown On 9/3/2013 5:36 PM, John McKown wrote: I think you're on the wrong list. This is more a "how to use" type forum. You might want to subscribe to sqlite-dev ( http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev) where the developers hang out. You may not have

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread John McKown
I think you're on the wrong list. This is more a "how to use" type forum. You might want to subscribe to sqlite-dev ( http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev) where the developers hang out. You may not have gotten any response because nobody here has tried and so has no experienc

Re: [sqlite] SQLite port to RTOS

2013-09-03 Thread Pratheek Prakash
Hi, Somebody please shed some light on my doubt... Regards Pratheek On 8/26/2013 6:33 PM, Pratheek Prakash 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, i

[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 to an RT