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

NAME

Teng::Plugin::Replace - add replace for Teng

PROVIDED METHODS

$teng->replace($table_name, \%rows_data);

recoed by replace.

example:

    Your::Model->replace('user',
        {
            id   => 3,
            name => 'walf443',
        },
    );