You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jitka Plesnikova
0eafcc3498
|
4 years ago | |
---|---|---|
.gitignore | 5 years ago | |
README.md | 5 years ago | |
SQL-Abstract-Classic-1.91-Inhibit-installing-dependencies-from-CPAN.patch | 4 years ago | |
perl-SQL-Abstract-Classic.spec | 4 years ago | |
sources | 5 years ago |
README.md
perl-SQL-Abstract-Classic
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.