
Text::query::sql is a perl module derived from text::query that can build sql queries based on a text-based search query. for example, searching for 'foo and bar' will retrieve rows containing the words foo and bar.
the module currently supports mysql databases only, but is designed in an extensible way (see the database file for details).