CodeLionX / actordb

Actor Database System Framework using Akka
MIT License
0 stars 2 forks source link

API for creating relations #8

Closed CodeLionX closed 6 years ago

CodeLionX commented 6 years ago

Proposed Changes

Notes

Open ToDos (for separate PR!)

We must have a talk about these.

CodeLionX commented 6 years ago

I know that tests are missing! I will add them in a separate PR, together with some refactorings

srfc commented 6 years ago

Cool, I'm working on some tests right now but I can apply the changes to a new branch for the new PR.

srfc commented 6 years ago

W.r.t. the ToDo's - or talking points - you note for this PR:

I also think we have focus on that relations are not tables in the model we're trying to implement. Well, they are, but they are not supposed to be used to, e.g. hold line items or large sets of data. So far we are, in fact, not planning on distributing relations on multiple actors, right?