2017 © Pedro Peláez
 

library postgresql-json-repository

A Domain Driven Design repository for stroring json aggregate with postgresql

image

lcefr/postgresql-json-repository

A Domain Driven Design repository for stroring json aggregate with postgresql

  • Wednesday, September 2, 2015
  • by lce-fr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-postgresql-repository

A php postgresql repository for domain driven development, (*1)

Installation

composer require lcefr/postgresql-json-repository dev-master, (*2)

Usage

Each aggreagate is fully stored in a jsonb data column., (*3)

Extends AbstractPostgreSqlRepository and implement getTableName method., (*4)

Depending on your serializer you might want to override serialize method., (*5)

Tests

cd vendor/lcefr/postgresql-json-repository && ./test.sh, (*6)

Testing workflow can be improved, please tell me how: - How to wait that the postgresql server is setup before running test container - How to only run once "composer update" to increase testing speed., (*7)

Contributing

Fork, add, Test and pull request, (*8)

Your help and suggestions are REALLY welcome., (*9)

Licence

MIT, (*10)

The Versions

02/09 2015

dev-master

9999999-dev https://github.com/Seldaek/monolog

A Domain Driven Design repository for stroring json aggregate with postgresql

  Sources   Download

MIT

The Development Requires

repository json postgresql ddd domain driven design