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

Changes for version 0.14_02

  • Schema::Loader auto create teng class.

Changes for version 0.14_01

  • [IMPORTANT] bulk_insert include core feature. do not use Plugin::BulkInsert.
  • add Plugin::Lookup.
  • fixed fork safe connection. (thanks nihen)
  • support auto reconnect dbh. (thanks nihen)
  • can specific column for single or search method.
  • support bulk_insert for postgresql 8.2.0 over. (thanks makamaka)
  • support bind_param. (thanks makamaka)
  • add Plugin::SingleBySQL. (thanks nihen)

Modules

very simple DBI wrapper/ORMapper
Iterator for Teng
(DEPRECATED) bulk insert helper
Count rows in database.
provide find_or_create method for your Teng class.
lookup single row.
Paginate with SQL_CALC_FOUND_ROWS
add replace for Teng
Teng's Row class
Schema API for Teng
DSL For Declaring Teng Schema
Schema code generator
Dynamic Schema Loader
Teng table class.