scalahub / memdb   1.0

GitHub
Scala versions: 2.12

MemDB

Build Status

In-Memory DB for apps without dedicated storage

This is a lightweight version of ScalaDB (https://github.com/scalahub/ScalaDB) with the following restrictions:

  1. It only supports h2 in memory DB
  2. It does not support aggregate operations

Note: If you want these operations, then use the full ScalaDB library