mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
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.
|