Re: [sqlite] Minimal SQLite

2011-07-05 Thread Michael Stephenson
Database Subject: Re: [sqlite] Minimal SQLite On 4 Jul 2011, at 12:07pm, trilok nuwal wrote: > I want to use SQLite for one of the application which runs on a > embedded system where we have memory limitations. > > In the SQLite we have around 180+ distinct APIs, but not

Re: [sqlite] Minimal SQLite

2011-07-04 Thread Jay A. Kreibich
On Mon, Jul 04, 2011 at 04:37:10PM +0530, trilok nuwal scratched on the wall: > Hi All, > > I want to use SQLite for one of the application which runs on a embedded > system where we have memory limitations. > > In the SQLite we have around 180+ distinct APIs, but not all APIs we are > going to

Re: [sqlite] Minimal SQLite

2011-07-04 Thread Simon Slavin
On 4 Jul 2011, at 12:07pm, trilok nuwal wrote: > I want to use SQLite for one of the application which runs on a embedded > system where we have memory limitations. > > In the SQLite we have around 180+ distinct APIs, but not all APIs we are > going to use it. > > What I want is the just core

[sqlite] Minimal SQLite

2011-07-04 Thread trilok nuwal
Hi All, I want to use SQLite for one of the application which runs on a embedded system where we have memory limitations. In the SQLite we have around 180+ distinct APIs, but not all APIs we are going to use it. What I want is the just core APIs. Can I build SQLite in such a way that I can