libtext-querysql-perl | Text-Query-SQL provides query builders for SQL databases | Mehr ...
Text-Query-SQL is derived from the Text-Query module. What is Text-Query then ? It is a general purpose query parser and resolver. It is able to parse the AltaVista 'simple query' and 'advanced query' syntax. The resulting syntax tree is then used to build a search query that depends on the database used. . Text-Query-SQL provides query builders for SQL databases. Searching 'foo and bar' will retrieve rows containing the words foo and bar. It does it by generating the appropriate SQL request. . At present Text-Query-SQL only supports MySQL but one could easily add support for any other database (see DATABASE file), the module was architected to make this easy.