Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christopherdavenport/bank
- Owner: ChristopherDavenport
- License: mit
- Created: 2018-10-25T00:35:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T19:18:12.000Z (over 2 years ago)
- Last Synced: 2024-10-09T08:23:04.625Z (about 1 month ago)
- Language: Scala
- Homepage:
- Size: 65.4 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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" % ""
)
```