Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ates/netspire-postgresql
The PostgreSQL driver for Netspire
https://github.com/ates/netspire-postgresql
Last synced: about 1 month ago
JSON representation
The PostgreSQL driver for Netspire
- Host: GitHub
- URL: https://github.com/ates/netspire-postgresql
- Owner: ates
- License: gpl-3.0
- Created: 2010-04-03T16:21:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-02T13:28:48.000Z (about 14 years ago)
- Last Synced: 2023-04-19T20:53:55.600Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 119 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://glozer.net/src/epgsql)
* pgsql_pool from Zotonic CMS [http://zotonic.com](http://zotonic.com)