summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract-Plugin-InsertMulti/pkg-descr
blob: 155a0b82fa924874885a0027fdee30779881634d (plain) (blame)
1
2
3
4
5
6
7
SQL::Abstract::Plugin::InsertMulti is enable bulk insert support for
SQL::Abstract. Declare 'use SQL::Abstract::Plugin::InsertMulti;' with
'use SQL::Abstract;', exporting insert_multi() and update_multi()
methods to SQL::Abstract namespace from
SQL::Abstract::Plugin::InsertMulti.

Plugin system is depends on 'into' options of Sub::Exporter.