User Tools

Site Tools


pom:datastore:postgres

datastore_postgres

This module connects to a PostgreSQL database.

Parameters :

Name Default value Description
dbnamepomDatabase name to connect to.
hostlocalhostHost where the database resides.
port5432TCP 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_commityesUse 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: 2020/05/26 21:59 by 127.0.0.1