This module connects to a PostgreSQL database.
Database name to connect to.
Default : pom
Host where the database resides.
Default : localhost
TCP port to connect to.
Default : 5432
Username to provide to Postgres when connecting to the database.
Default : empty
Password to provide to Postgres when connecting to the database.
Default : empty
Use asynchronous commit or not. This improves performance by not waiting for the data to be written on the disc.
Default : yes