joomla-pythagoras icon indicating copy to clipboard operation
joomla-pythagoras copied to clipboard

ORM

Open nibra opened this issue 10 years ago • 1 comments

Repositories

  • [ ] Evaluate PINQ. Based off the .NET's LINQ (Language integrated query), PINQ unifies querying across arrays/iterators and external data sources, in a single readable and concise fluent API. Using this for the Repository implementation would make a lot of things (especially testing) much easier.

Storage

The storage layer is hidden behind an abstraction, the ORM. It allows to use different storage engines and technologies transparently.

  • [x] Doctrine DBAL Adapter
  • [x] CSV Adapter, see PR#115
  • [ ] Schema Builder, see #101

nibra avatar Oct 12 '15 05:10 nibra

ORM is implemented trough the ORM library https://github.com/joomla-projects/joomla-pythagoras/tree/clean-base/libraries/incubator/ORM

laoneo avatar Jun 02 '16 17:06 laoneo