1This module was inspired by the excellent DBIx::Abstract. However, in 2using the module I found that what I wanted to do was generate SQL, but 3still retain complete control over my statement handles and use the DBI 4interface. So, I set out to create an abstract SQL generation module. 5 6This module is based largely on DBIx::Abstract. However, there are 7several important differences, especially when it comes to WHERE 8clauses. I have modified the concepts used to make the SQL easier to 9generate from Perl data structures and, IMO, more intuitive. 10