The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.33 - 2022-06-21

  • [IMPORTANT] BREAKING CHANGE to existing code that uses SQL_COMMENT_LEVEL.
    • They need to increment SQL_COMMENT_LEVEL by +1.
    • (But, this is an undocumented variable)
  • FIX: Perl 5.26+ removes dot from @INC(#161)
  • ADD: default_row_class_prefix option to Teng::Schema::Dumper (#160 thanks onk)
  • MODIFY: Extract trace_query_set_comment (#162 thanks onk)
  • ADD: trace_ignore_if option for ignoreing class in tracing (#163 thanks onk)

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.