Examples README

There are two examples projects here, each which use different data sets. One
uses a little database (calflora) and the other uses a big one (species). The
calflora example is self-contained --- all the data is included. The other one
requires you to fetch the data (~9 Mb), which is available on the home page site
(pysqlite.sourceforge.net/examples)

If you want instant gratification, go to the calflora example. The latter
example is for more elaborate examples which have not yet been prepared. In it's
current state, it is just a big database. The data was obtained from Integrated
Taxonomic Information System (http://www.itis.usda.gov). See the species/README
file for more info.

There's now an additional example for importing data from a large XML file. See
xmlimport/README for details.

More information on the examples is available online at
http://pysqlite.sourceforge.net/documentation.

Have a lot of fun.
