pom:datastore:postgres
datastore_postgres
This module connects to a PostgreSQL database.
Parameters :
| Name | Default value | Description |
|---|---|---|
| dbname | pom | Database name to connect to. |
| host | localhost | Host where the database resides. |
| port | 5432 | TCP port to connect to. |
| user | Username to provide to Postgres when connecting to the database. | |
| password | Password to provide to Postgres when connecting to the database. | |
| async_commit | yes | Use asynchronous commit or not. This improves performance by not waiting for the data to be written on the disc. |
pom/datastore/postgres.txt · Last modified: by 127.0.0.1
