1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/p5-SQL-Abstract-Plugin-InsertMulti/pkg-descr
Jun Kuriyama b3e24303df 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.

WWW: http://search.cpan.org/dist/SQL-Abstract-Plugin-InsertMulti/
2010-12-26 15:26:05 +00:00

10 lines
410 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.
WWW: http://search.cpan.org/dist/SQL-Abstract-Plugin-InsertMulti/