1tomany/postgres-bundle

Symfony bundle that enhances Postgres for Doctrine

Maintainers

Package info

github.com/1tomany/postgres-bundle

Type:symfony-bundle

pkg:composer/1tomany/postgres-bundle

Statistics

Installs: 50

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.6 2026-03-05 21:30 UTC

This package is auto-updated.

Last update: 2026-03-05 21:31:26 UTC


README

This package enhances Postgres for Doctrine.

Installation

Install the bundle using Composer:

composer require 1tomany/postgres-bundle

Configuration

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"

Credits

License

The MIT License