TomasMikula / libretto

Declarative concurrency and stream processing library for Scala
Mozilla Public License 2.0
196 stars 7 forks source link

Persistence #98

Open TomasMikula opened 11 months ago

TomasMikula commented 11 months ago

Replace the in-memory Persistor by a real one, e.g. a SQL database (e.g. SQLite) or a document store.