commit dee033344ccff13fa8c850cd50a80505a765e763 Author: Igor Raits Date: Thu Jun 18 07:01:22 2020 +0000 Added the README diff --git a/README.md b/README.md new file mode 100644 index 0000000..887d32c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 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. \ No newline at end of file