2017 © Pedro Peláez
 

library postgresql-doctrine-type

Doctrine implementation of some useful PostgreSQL data types

image

erichard/postgresql-doctrine-type

Doctrine implementation of some useful PostgreSQL data types

  • Wednesday, March 14, 2018
  • by erichard
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,787 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 53 % Grown

The README.md

PostgreSQL Doctrine Type

This library add support for useful postgresql types such as Point, DateRange or Arrays., (*1)

Usage

In Symfony, you only need to update your DBAL config., (*2)

doctrine:
    dbal:
        types:
            jsonb: PostgreSQLDoctrineType\DBAL\Type\JsonType
            daterange: PostgreSQLDoctrineType\DBAL\Type\DateRangeType
            tsrange: PostgreSQLDoctrineType\DBAL\Type\TsRangeType
            varchar_array: PostgreSQLDoctrineType\DBAL\Type\VarcharArrayType
        mapping_types:
            json_array: jsonb  # redefine doctrine json_array to use jsonb
            daterange: daterange
            tsrange: tsrange

The Versions

14/03 2018

dev-master

9999999-dev

Doctrine implementation of some useful PostgreSQL data types

  Sources   Download

MIT

The Requires

 

The Development Requires

by Erwan Richard

14/03 2018

v1.0.2

1.0.2.0

Doctrine implementation of some useful PostgreSQL data types

  Sources   Download

MIT

The Requires

 

The Development Requires

by Erwan Richard

08/02 2018

v1.0.1

1.0.1.0

Doctrine implementation of some useful PostgreSQL data types

  Sources   Download

MIT

The Requires

 

The Development Requires

by Erwan Richard

08/02 2018

v1.0.0

1.0.0.0

Doctrine implementation of some useful PostgreSQL data types

  Sources   Download

MIT

The Requires

 

The Development Requires

by Erwan Richard