Search notes:

SQLite: C interface

SQLite: basic demonstration of the c interface

See also

src/sqlite.h.in, src/main.c

Links

C-language Interface Specification for SQLite: a precise and detailed specification of the SQLite3 C API.

Index