pkgsrc/databases/p5-SQL-Abstract-Classic/DESCR
wiz 279b1264b3 databases/p5-SQL-Abstract-Classic: import p5-SQL-Abstract-Classic-1.91
This module was inspired by the excellent DBIx::Abstract. 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.
2020-09-06 21:04:38 +00:00

5 lines
292 B
Text

This module was inspired by the excellent DBIx::Abstract. 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.