This package enhances Postgres for Doctrine.
Install the bundle using Composer:
composer require 1tomany/postgres-bundle
This bundle is automatically configured to work with the default Doctrine DBAL connection. To change the default configuration, create a file named postgres.yaml in config/packages/ with the following contents and adjust accordingly:
postgres:
advisory_lock_manager:
connection: 'doctrine.dbal.default_connection'
middleware:
time_zone: 'UTC'The MIT License