SQLite presentation for
LAMPsig
May 21, 2005
Albert Danial
slides
(.pdf)
command line entries
for cutting/pasting examples to an xterm
baseball.sql.bz2
(4.6 MB)
Perl script
to generate baseball.sql
Source of the baseball statistics:
http://baseball1.info/statistics/lahman52_csv.zip
C program to time insert speed
sqlite_insert.c
C program that demonstrates the query API
sqlite_query.c