pom:datastore:postgres
This is an old revision of the document!
datastore_postgres
This module connects to a PostgreSQL database.
- dbname
Database name to connect to.
Default : pom
- host
Host where the database resides.
Default : localhost
- port
TCP port to connect to.
Default : 5432
- user
Username to provide to Postgres when connecting to the database.
Default : empty
- password
Password to provide to Postgres when connecting to the database.
Default : empty
- async_commit
Use asynchronous commit or not. This improves performance by not waiting for the data to be written on the disc.
Default : yes
pom/datastore/postgres.1350032222.txt.gz · Last modified: 2020/05/26 21:59 (external edit)