CodeLionX / actordb

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

Add key constraints for Relation, add get(keyValue) to Relation #19

Open srfc opened 6 years ago

srfc commented 6 years ago

Issue

Add key constraints for Relation, add get(keyValue) to Relation.

Problem Description

Interface:

Relation.get(keyValue)

Supporting Information