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

Changes for version 0.23 - 2014-06-17

  • MODIFY: Teng::Row#refetch accepts `opt` optionally (thanks Songmu)
  • MODIFY: Teng::Row#update accepts `where` cond optionally mainly for optimistic lock (thanks Songumu)
  • MODIFY: Changed behavior of comment under TENG_SQL_COMMENT=1. See https://github.com/nekokak/p5-Teng/pull/130/files (thanks Songumu)

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
Paginate with SQL
(DEPRECATED) Single by SQL
Teng's Row class
Schema API for Teng
DSL For Declaring Teng Schema
Schema code generator
Dynamic Schema Loader
Teng table class.