[sqlite] Porting Sqlite to Embedded Platform

2016-03-03 Thread Dan Kennedy
On 03/03/2016 10:20 PM, Nitin Bhosale wrote: > Hi > > We were attempting to use test_onefile.c based approach > (http://www.sqlite.org/src/doc/trunk/src/test_onefile.c). This is for > embedded where filesystem is not available. > This code works and we can create, insert, select on the database

[sqlite] Porting Sqlite to Embedded Platform

2016-03-03 Thread Nitin Bhosale
Hi We were attempting to use test_onefile.c based approach (http://www.sqlite.org/src/doc/trunk/src/test_onefile.c). This is for embedded where filesystem is not available. This code works and we can create, insert, select on the database created using this test_onefile.c. However we want