File: control

package info (click to toggle)
libclass-dbi-perl 0.96-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 388 kB
  • ctags: 229
  • sloc: perl: 1,933; makefile: 43
file content (28 lines) | stat: -rw-r--r-- 1,425 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
28
Source: libclass-dbi-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.8.2-2), libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06)
Standards-Version: 3.6.1.0

Package: libclass-dbi-perl
Architecture: all
Conflicts: libscalar-list-utils-perl (<= 1.0701-1)
Depends: perl (>= 5.8.2-2), libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06)
Recommends: libclass-dbi-abstractsearch-perl
Suggests: libclass-dbi-pg-perl
Description: A convenient abstraction layer to a database
 Class::DBI not only provides a simple database to object mapping
 layer, but can be used to implement several higher order database
 functions (triggers, referential integrity, cascading delete etc.),
 at the application level, rather than at the database.
 .
 This is particularly useful when using a database which doesn't
 support these (such as MySQL), or when you would like your code to be
 portable across multiple databases which might implement these things
 in different ways.
 .
 In short, Class::DBI aims to make it simple to introduce 'best
 practice' when dealing with data stored in a relational database.