ok, the setup is not trivial, but not complicated:
first, sqlite is a database, like MySQL, but which is stored on a single file.
you can get my DB, or create it yourself using command line sqlite tool, or better, scripts, or GUIs (like sqliteCC etc).
you "should" have readline module installed somehow.
(and get my readline.py patch from my site - i updated it just now)
and install a pysqlite module. their install tend to break on zaurus. sometimes. good luck.