Changes for version 0.14_03
- bsd tar sucks! use gnu tar for packaging.
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
- Teng - very simple DBI wrapper/ORMapper
- Teng::Iterator - Iterator for Teng
- Teng::Plugin::BulkInsert - (DEPRECATED) bulk insert helper
- Teng::Plugin::Count - Count rows in database.
- Teng::Plugin::FindOrCreate - provide find_or_create method for your Teng class.
- Teng::Plugin::Lookup - lookup single row.
- Teng::Plugin::Pager - Pager
- Teng::Plugin::Pager::MySQLFoundRows - Paginate with SQL_CALC_FOUND_ROWS
- Teng::Plugin::Replace - add replace for Teng
- Teng::Plugin::SingleBySQL - single by sql
- Teng::QueryBuilder
- Teng::Row - Teng's Row class
- Teng::Schema - Schema API for Teng
- Teng::Schema::Declare - DSL For Declaring Teng Schema
- Teng::Schema::Dumper - Schema code generator
- Teng::Schema::Loader - Dynamic Schema Loader
- Teng::Schema::Table - Teng table class.