I want to run sqlite in an embedded application.
What\'s the bare minimum requirement to be able to run sqlite for maintaining a database? I\'m looking at implementing the R
...the size of the SQLite library can be reduced below 300KiB. SQLite
can also be made to run in minimal stack space (4KiB) and very little
heap (100KiB)...