nginx / ngx_postgres
Upstream module that allows nginx to communicate directly with PostgreSQL database.

View:
README file,
CHANGES file.

Download:
ngx_postgres-0.9
(SHA1: 803f87947ad123d8d6f4ad18f023bc39193f8054)

GitHub repository:
http://github.com/FRiCKLE/ngx_postgres/

Example configuration:
http {
    upstream database {
        postgres_server  127.0.0.1 dbname=test
                         user=monty password=some_pass;
    }

    server {
        location / {
            postgres_pass   database;
            postgres_query  "select * from cats";
        }
    }
}
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy