pkgsrc/databases/p5-SQL-Abstract/DESCR
he 2794b8d4e3 Import p5-SQL-Abstract version 1.17.
Description:

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.
2004-12-20 23:28:53 +00:00

5 lines
304 B
Text

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.