forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
528 B
Text
11 lines
528 B
Text
Generates SQL from Perl datastructures. This is a subclass of SQL::Abstract,
|
|
fully compatible with the parent class, but it handles a few additional SQL
|
|
constructs, and provides a different API with named parameters instead of
|
|
positional parameters, so that various SQL fragments are more easily
|
|
identified.
|
|
|
|
This module was designed for the specific needs of DBIx::DataModel, but is
|
|
published as a standalone distribution, because it may possibly be useful for
|
|
other needs.
|
|
|
|
WWW: http://search.cpan.org/dist/SQL-Abstract-More/
|