ijanki/doctrine-mysql-dbal-extensions

v1.0.3 2018-06-07 10:42 UTC

This package is auto-updated.

Last update: 2024-03-20 19:49:26 UTC


README

Installation

Using composer:

composer require ijanki/doctrine-mysql-dbal-extensions

Setup

Configure doctrine dbal to use the wrapper class.

# config.yml
doctrine:
    dbal:
        wrapper_class: 'Ijanki\DBAL\Connection'

List of Extensions

  • insertOnDuplicateKey

Credits

INSPIRED BY https://github.com/yadakhov/insert-on-duplicate-key

License

This library is licensed under the MIT License - see the LICENSE file for details