Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORM #54

Open
2 of 4 tasks
nibra opened this issue Oct 12, 2015 · 1 comment
Open
2 of 4 tasks

ORM #54

nibra opened this issue Oct 12, 2015 · 1 comment

Comments

@nibra
Copy link
Member

nibra commented Oct 12, 2015

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.

@nibra nibra self-assigned this Oct 12, 2015
@nibra nibra added this to the 4.0 milestone Oct 12, 2015
@laoneo laoneo changed the title [priority1] ORM ORM Oct 12, 2015
@nibra nibra modified the milestones: CDH, 4.0 Jun 2, 2016
@laoneo
Copy link
Contributor

laoneo commented Jun 2, 2016

@laoneo laoneo closed this as completed Jun 2, 2016
@laoneo laoneo mentioned this issue Jun 3, 2016
@nibra nibra reopened this Jun 3, 2016
@nibra nibra closed this as completed Jun 8, 2016
@nibra nibra modified the milestones: EPIC, CDH Jun 16, 2016
@nibra nibra reopened this Jun 16, 2016
@nibra nibra added Epic and removed Priority1 labels Jun 16, 2016
@nibra nibra removed their assignment Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants