nspostgres.so
AOLserver 4 module: Postgres connector
Install
- All systems
-
curl cmd.cat/nspostgres.so.sh
- Debian
-
apt-get install aolserver4-nspostgres
- Ubuntu
-
apt-get install aolserver4-nspostgres
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install aolserver4-nspostgres
- Raspbian
-
apt-get install aolserver4-nspostgres
- Dockerfile
- dockerfile.run/nspostgres.so
aolserver4-nspostgres
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.