Sql as understood by sqlite sqlite understands most of the standard sql language. Note that a recent version of tcl is required in order to build from the repository. The code for sqlite is in the public domain.
Improved support for building on cygwin. But it does omit some features while at the same time adding a few features of its. This helps reduce i/o as it allows sqlite to write only the page that contains the changed bytes and not all the surrounding pages.
See the how to compile sqlite page for additional information on how to use the raw sqlite source code. When somebody says sqlite or sqlite3 they might be referring to either the sqlite library itself, or the cli that provides a human interface to the library. When an application sends an sql statement into sqlite (by invoking the appropriate sqlite library subroutine), sqlite interprets the sql in the same thread as the.