1tomany/postgres-bundle
Symfony bundle that enhances Doctrine DBAL for PostgreSQL. Provides an advisory lock manager and optional middleware to set the connection time zone. Auto-wires to the default Doctrine connection, with simple YAML configuration overrides.
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 onetomany_postgres.yaml in config/packages/ with the following contents and adjust accordingly:
onetomany_postgres:
advisory_lock_manager:
connection: "database_connection"
middleware:
time_zone: "UTC"
The MIT License
How can I help you explore Laravel packages today?