dbtlr/database-hstore-provider

Silex service provider to add the hstore field type to Doctrine

dev-master 2015-02-18 14:13 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:23:54 UTC


README

This is a Silex provider to add support for hstore field types with PostgreSQL databases.

Note: This simply proxies to the knowledge and classes located in the Symfony2 Bundle: https://github.com/intaro/hstore-bundle

Installing via Composer

composer.phar require dbtlr/database-hstore-provider

Adding Service

$app->register(new \Dbtlr\HStoreProvider\HStoreServiceProvider());