CodeLionX / actordb

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

Change return type of `Relation.insertAll` from `Unit` to `Try[Seq[Record]]` #34

Closed srfc closed 6 years ago

srfc commented 6 years ago

Issue

The current return type of Relation.insertAll does not give any insight in whether or not the operation succeeded.

Problem Description

Supporting Information

CodeLionX commented 6 years ago

fixed with #31