File: control

package info (click to toggle)
zope-mysqlda 2.0.8-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 184 kB
  • ctags: 103
  • sloc: python: 431; sh: 55; makefile: 47
file content (19 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: zope-mysqlda
Section: web
Priority: optional
Maintainer: Gregor Hoffleit <flight@debian.org>
Build-Depends-Indep: debhelper (>= 3), python2.2 (>= 2.2.3)
Standards-Version: 3.5.8

Package: zope-mysqlda
Architecture: all
Depends: python2.2 (>= 2.2.3), zope (>= 2.6.2), python2.2-mysqldb
Description: A Zope Database Adapter for MySQL
 ZMySQLDA is a database adapter for accessing MySQL databases from
 Zope.
 .
 This package uses the new _mysql module, available as python-mysqldb.
 .
 The adapter comes in two products: ZMySQLDA for MySQL < 3.23.29 and for
 non-transaction-safe tables, and ZMySQLTDA, which supports transactions
 with MySQL >= 3.23.29.