Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Teng::Plugin::Replace - Add replace for Teng

PROVIDED METHODS

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

record by replace.

example:

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