File: control

package info (click to toggle)
msql-modules 0.91-7
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 248 kB
  • ctags: 142
  • sloc: perl: 1,144; ansic: 549; makefile: 72
file content (21 lines) | stat: -rw-r--r-- 763 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
Source: msql-modules
Maintainer: Martin Schulze <joey@debian.org>
Section: contrib
Priority: optional
Standards-Version: 2.1.3.0

Package: msqlperl
Architecture: any
Depends: perl (>=5.004.04-1), ${shlibs:Depends}
Section: contrib
Priority: optional
Description: Perl library for accessing mSQL databases
 This Perl library provides an interface between the Perl programming
 language and the mSQL programming API that comes with the mSQL
 relational database management system.  All functions provided by the
 mSQL programming API are supported.
 .
 You can connect to multiple mSQL database servers and send multiple
 queries to any of them via an simple object oriented interface.  Two
 types of objects are available: database handles and statement
 handles.