XCHAOS: Jo, ne v realnem nasazeni, ale vytvoril jsem si nejaky priklad. Na kazdy pad tady je to popsano lepe. Nevim, jakou mas cilovou platformu, ale snad to nebude na win problem.
Bud na to muzes jit pres include
An Introduction To The SQLite C/C++ Interface
https://www.sqlite.org/cintro.html
A nebo jeste kompaktneji pres amalgation
The SQLite Amalgamation
https://www.sqlite.org/amalgamation.html
Over 100 separate source files are concatenated into a single large files of C-code named "sqlite3.c" and called "the amalgamation". The amalgamation contains everything an application needs to embed SQLite. The amalgamation file is more than 180,000 lines long and over 6 megabytes in size.