summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/DESCR
blob: 5d8fb84403fd43c421a5172b3974f6a4d9139cee (plain)
1
2
3
4
5
This module was inspired by the excellent the DBIx::Abstract manpage.
However, in using that module I found that what I really wanted to do
was generate SQL, but still retain complete control over my statement
handles and use the DBI interface. So, I set out to create an abstract
SQL generation module.