File: control

package info (click to toggle)
libsql-abstract-perl 1.21-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 140 kB
  • ctags: 25
  • sloc: perl: 964; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download
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
27
Source: libsql-abstract-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@knars.be>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-16)
Standards-Version: 3.7.2

Package: libsql-abstract-perl
Architecture: all
Depends: ${perl:Depends}
Description: Generate SQL from Perl data structures
 This module was inspired by the DBIx::Abstract. The intention of this
 module is provide abstract SQL generation methods. With this module
 you can generate SQL, but still retain complete control over the
 statement handles and use the DBI interface if you wish.
 .
 While based on the concepts used by DBIx::Abstract, there are several
 important differences, especially when it comes to WHERE
 clauses. Some of the concepts used have been modified to make the SQL
 easier to generate from Perl data structures and hopefully more
 intuitive. The underlying idea is for this module to do what you
 mean, based on the data structures you provide it. The big advantage
 is that you don't have to modify your code every time your data
 changes, as this module figures it out.
 .
  Homepage: http://search.cpan.org/~nwiger/SQL-Abstract/