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
- Host: GitHub
- URL: https://github.com/richfitz/storr.bdb
- Owner: richfitz
- License: other
- Created: 2016-01-06T19:16:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T19:18:17.000Z (over 10 years ago)
- Last Synced: 2025-03-14T03:45:17.168Z (over 1 year ago)
- Language: R
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# storr.db
> Berkeley DB 'storr' Support
[](https://travis-ci.org/richfitz/storr.db)
[](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).