Home > netspire-postgresql

netspire-postgresql

Netspire-postgresql is a project mainly written in Erlang, based on the GPL-3.0 license.

The PostgreSQL driver for Netspire

The PostgreSQL driver for Netspire

Configuration

This should be added to the modules section of the netspire.conf:

{mod_postgresql, ["hostname", "username", "password", [{database, "database"}, {pool_size, 5}]]}

Used 3rd party software

  • Will Glozer's epgsql http://glozer.net/src/epgsql
  • pgsql_pool from Zotonic CMS http://zotonic.com
Previous:---