createSeeds(type)
createAnnObjs(type, prefix, datacache, dbconn)createSeeds returns a list
which describes the set of AnnObj objects.
createAnnObjs creates the AnnObj instances based on the values
of createSeeds.
dbschema(x, file="", show.indices=FALSE): Print the schema definition
of the SQLite DB. Also works if x is a DBIConnection object. The
file argument must be a connection, or a character string naming the
file to print to (see the file argument of the cat
function for the details). The CREATE INDEX statements are not shown by default.
Use show.indices=TRUE to get them.