1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libtext-querysql-perl
Section: interpreters
Priority: optional
Maintainer: Guillaume Morin <gemorin@debian.org>
Standards-Version: 3.5.2.0
Build-Depends-Indep: debhelper(>= 3.0.5),perl(>= 5.6.0-16),libtext-query-perl,libdbi-perl
Package: libtext-querysql-perl
Architecture: all
Depends: ${perl:Depends},libtext-query-perl(>=0.07),libdbi-perl
Description: Text-Query-SQL provides query builders for SQL databases
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.
|