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

Changes for version 0.16

  • DEPRECATED: SingleBySQL plugin, move to Teng core. (thansk nihen)
  • FIXED: AUTOLOAD row column method's uncached bug. (thaks yappo)
  • FIXED: Teng::Schema::Loader document. (thanks ktat)
  • FIXED: improve checking variable in _execute: not only check ref but check array ref. (thanks ktat)
  • MODIFY: row column method accept setter values. (thaks yappo)
  • MODIFY: rename Row class method _lazy_get_data to generate_column_accessor. (thaks yappo)
  • ADD: single_named method (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
(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.