christopherdavenport / bank   0.1.0

MIT License GitHub

Concurrent Management of persistent storage for values of arbitrary types

Scala versions: 2.12 2.11

bank Build Status Maven Central

Banks Own a Vault but they won't let you take it with you.

Quick Start

To use bank in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "bank"     % "<version>"
)