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

https://github.com/richfitz/storr.bdb

Berkeley DB driver for storr, using RBerkeley
https://github.com/richfitz/storr.bdb

Last synced: 11 months ago
JSON representation

Berkeley DB driver for storr, using RBerkeley

Awesome Lists containing this project

README

          

# storr.db

> Berkeley DB 'storr' Support

[![Linux Build Status](https://travis-ci.org/richfitz/storr.db.svg?branch=master)](https://travis-ci.org/richfitz/storr.db)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/richfitz/storr.db?svg=true)](https://ci.appveyor.com/project/richfitz/storr.db)

Berkeley DB 'storr' Support

## Installation

Installation requires the [`RBerkeley`](https://github.com/hrbrmstr/RBerkeley) package, which is a little challenging to install. Once it is installed, this package can be installed with:

```r
devtools::install_github("richfitz/storr.db")
```

## Usage

```r
library(storr.db)
```

## License

MIT + file LICENSE © [Rich FitzJohn](https://github.com/richfitz).