File: control

package info (click to toggle)
aolserver4-nspostgres 4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 128 kB
  • ctags: 83
  • sloc: ansic: 1,588; makefile: 124
file content (23 lines) | stat: -rw-r--r-- 936 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
Source: aolserver4-nspostgres
Section: web
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>> 3.0.0), aolserver4-dev (>= 4.0.1), postgresql-dev
Standards-Version: 3.6.1

Package: aolserver4-nspostgres
Architecture: any
Depends: aolserver4 (>= 4.0.1), ${shlibs:Depends}
Suggests: aolserver4-doc (>= 4.0.1)
Description: AOLserver 4 module: Postgres connector
 This module implements a simple AOLserver database services driver
 for AOLserver version 4.
 .
 A database driver is a module which interfaces between the AOLserver
 database-independent nsdb module and the API of a particular DBMS.  A
 database driver's job is to open connections, send SQL statements,
 and translate the results into the form used by nsdb.  In this case,
 the driver is for the PostgreSQL ORDBMS from The PostgreSQL Global
 Development Group.  
 .
 This is the official driver for the OpenACS project.