The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.08 - 2013-03-14

  • Add Postgres to list of databases which have special tables skipped.
  • Extend to handle foreign keys in SQLite, using "pragma foreign_key_list($table_name)".
  • Add an FAQ to explain more about foreign keys and tables with special (i.e. ignored) names.
  • Rewrite to use Hash::FieldHash for class-building.
  • Use App::Office::Contacts to create 2 databases, one under Postgres and one under SQLite. Then run examples/table.info.pl on these and save the output as docs/contacts.pg.log and docs/contacts.sqlite.log.

Modules

A wrapper for all of table_info(), column_info(), *_key_info()