File: control

package info (click to toggle)
aolserver-nspostgres 4.0beta1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 128 kB
  • ctags: 84
  • sloc: ansic: 1,587; makefile: 117
file content (22 lines) | stat: -rw-r--r-- 904 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
Source: aolserver-nspostgres
Section: web
Priority: optional
Maintainer: Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>> 3.0.0), aolserver-dev (>= 3.5.1), postgresql-dev
Standards-Version: 3.6.1

Package: aolserver-nspostgres
Architecture: any
Depends: aolserver (>= 3.5.1), ${shlibs:Depends}
Suggests: aolserver-doc (>= 3.5.1)
Description: AOLserver module: Postgres connector
 This module implements a simple AOLserver database services driver.
 .
 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.