Description: In the windows, Linux, ARM debug through the SQLite source code. SQLite is an open source embedded relational database, which in 2000 released by D. Richard Hipp, and its application management to reduce the overhead of data, SQLite good portability, it is easy to use, small, efficient and reliable. SQLite embedded into applications that use it, they share the same process space, rather than a separate process. Externally, it is not like a RDBMS, but in the process itself, it is a complete, self-contained database engine.
File list (Check if you may need any files):
SQLite3_ARM\alter.c
...........\analyze.c
...........\attach.c
...........\auth.c
...........\bitvec.c
...........\btmutex.c
...........\btree.c
...........\btree.h
...........\btreeInt.h
...........\build.c
...........\callback.c
...........\complete.c
...........\config.h
...........\date.c
...........\delete.c
...........\expr.c
...........\fault.c
...........\fts3.c
...........\fts3.h
...........\fts3_hash.c
...........\fts3_hash.h
...........\fts3_icu.c
...........\fts3_porter.c
...........\fts3_tokenizer.c
...........\fts3_tokenizer.h
...........\fts3_tokenizer1.c
...........\func.c
...........\hash.c
...........\hash.h
...........\insert.c
...........\journal.c
...........\keywordhash.h
...........\legacy.c
...........\loadext.c
...........\main.c
...........\malloc.c
...........\mem1.c
...........\mem2.c
...........\mem3.c
...........\mem4.c
...........\mem5.c
...........\mutex.c
...........\mutex.h
...........\mutex_os2.c
...........\mutex_unix.c
...........\mutex_w32.c
...........\opcodes.c
...........\opcodes.h
...........\os.c
...........\os.h
...........\os_common.h
...........\os_os2.c
...........\os_unix.c
...........\os_win.c
...........\pager.c
...........\pager.h
...........\parse.c
...........\parse.h
...........\pragma.c
...........\prepare.c
...........\printf.c
...........\random.c
...........\select.c
...........\shell.c
...........\sqlite
...........\sqlite3.h
...........\sqlite3ext.h
...........\SQLite3_ARM.dsp
...........\SQLite3_ARM.dsw
SQLite3_ARM