Changes for version 0.14_04
- support '+columns' for single, search, lookup and search_with_pager. (thanks nihen)
- changed calling way of sql_builder in Teng::Plugin::Count. (thanks makamaka)
- sort lookup keys, because anytime make same SQL. (thanks nihen)
- FIXED: fail at reconnect twice. (thanks nihen)
- FIXED: Lookup Plugin fail at multiple key. (thanks nihen)
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
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.
Pager
Paginate with SQL_CALC_FOUND_ROWS
add replace for Teng
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.