Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package implements the base methods and support for file system and in-memory stores. A vignette shows how additional drivers can be created, and stubs exist for supporting 'Redis' databases.
Version: | 1.0.1 |
Depends: | R (≥ 3.1.0) |
Imports: | R6 (≥ 2.1.0), digest |
Suggests: | DBI, RSQLite, knitr, microbenchmark, testthat (≥ 1.0.0) |
Published: | 2016-05-11 |
Author: | Rich FitzJohn |
Maintainer: | Rich FitzJohn <rich.fitzjohn at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | storr results |
Reference manual: | storr.pdf |
Vignettes: |
storr drivers external storr |
Package source: | storr_1.0.1.tar.gz |
Windows binaries: | r-devel: storr_1.0.1.zip, r-release: storr_1.0.1.zip, r-oldrel: storr_1.0.1.zip |
OS X Mavericks binaries: | r-release: storr_1.0.1.tgz, r-oldrel: storr_1.0.1.tgz |
Old sources: | storr archive |
Please use the canonical form https://CRAN.R-project.org/package=storr to link to this page.