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

[Core] Data repositories - Create data storage service #14

Open
Kuchasz opened this issue Aug 10, 2016 · 0 comments
Open

[Core] Data repositories - Create data storage service #14

Kuchasz opened this issue Aug 10, 2016 · 0 comments
Assignees

Comments

@Kuchasz
Copy link
Owner

Kuchasz commented Aug 10, 2016

  • do not remove deprecated data, hide it instead
  • allow creating mocks
  • allow multiple implementations
  • select efficient, simple dbms system
  • use transaction mechanism, there is need to rollback changes
  • create base implementation:
    • get, query for single element
    • find, query for all elements
    • findAll, query for all elements even removed
@Kuchasz Kuchasz self-assigned this Aug 10, 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

1 participant