Changes for version 0.05

  • Factored out the indexing and filling code to seperate methods
  • Moved the old ->table to ->select
  • Made a new fast ->table for complete table extraction
  • Allow ->table to have a different implementation depending on the type of the source database driver.
  • select, table and fill now track and return inserted rows
  • Automatically generated a compressed version of the database
  • Add a timer to the publishing run and report elapsed time
  • Use (faster?) UNIQUE indexes if column values are all different
  • Indexing is now a specific command line option --index
  • Added quiet mode --quiet

Modules

Publish data from DBI as a SQLite database
Take any data source and deliver it to the world