blob: 24a664bf0ad7e3f92781b483556b3ecbe9678852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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: https://metacpan.org/release/SQL-Abstract-More
|