Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christopherdavenport/bank

Concurrent Management of persistent storage for values of arbitrary types
https://github.com/christopherdavenport/bank

Last synced: 19 days ago
JSON representation

Concurrent Management of persistent storage for values of arbitrary types

Awesome Lists containing this project

README

        

# bank [![Build Status](https://travis-ci.com/ChristopherDavenport/bank.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/bank) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/bank_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/bank_2.12)

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:

```scala
libraryDependencies ++= Seq(
"io.chrisdavenport" %% "bank" % ""
)
```