CodeLionX / actordb

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

Persistence - Let `Relation`-impl handle it #39

Open CodeLionX opened 6 years ago

CodeLionX commented 6 years ago

Issue

A database should provide a way to persist all data to disk. Currently ADBMS only holds data in-memory. We could use the Relation-classes to provide persistence:

Problem Description

Actor State is not persisted to disk.

Supporting Information