Is there more information available on saving and loading prepared statements 
and omitting the parser from the library?

Thanks & Regards,

Ralf

>the parser can be completely omitted from the SQLite library,
>reducing the library footprint to as small as 60KiB.
>That can be very helpful for embedded devices with
>extremely tight memory and processor constraints.  The
>calls to sqlite3_prepare() can occur on the development
>workstation and the low-power embedded processor only
>has to invoike sqlite3_bind(), sqlite3_step() and
>sqlite3_reset().  This approach requires a proprietary 
>add-on, however.

Reply via email to