dev-master
9999999-dev https://github.com/Seldaek/monologA Domain Driven Design repository for stroring json aggregate with postgresql
MIT
The Development Requires
repository json postgresql ddd domain driven design
Wallogit.com
2017 © Pedro Peláez
A Domain Driven Design repository for stroring json aggregate with postgresql
A php postgresql repository for domain driven development, (*1)
composer require lcefr/postgresql-json-repository dev-master, (*2)
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)
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)
Fork, add, Test and pull request, (*8)
Your help and suggestions are REALLY welcome., (*9)
MIT, (*10)
A Domain Driven Design repository for stroring json aggregate with postgresql
MIT
repository json postgresql ddd domain driven design