Package: thor 1.2.0
thor: Interface to 'LMDB'
Key-value store, implemented as a wrapper around 'LMDB'; the "lightning memory-mapped database" <https://www.symas.com/mdb>. 'LMDB' is a transactional key value store that uses a memory map for efficient access. This package wraps the entire 'LMDB' interface (except duplicated keys), and provides objects for transactions and cursors.
Authors:
thor_1.2.0.tar.gz
thor_1.2.0.zip(r-4.7-x86_64)thor_1.2.0.zip(r-4.6-x86_64)thor_1.2.0.zip(r-4.5-x86_64)
thor_1.2.0.tgz(r-4.6-x86_64)thor_1.2.0.tgz(r-4.6-arm64)thor_1.2.0.tgz(r-4.5-x86_64)thor_1.2.0.tgz(r-4.5-arm64)
thor_1.2.0.tar.gz(r-4.7-arm64)thor_1.2.0.tar.gz(r-4.7-x86_64)thor_1.2.0.tar.gz(r-4.6-arm64)thor_1.2.0.tar.gz(r-4.6-x86_64)
thor_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
thor/json (API)
| # Install 'thor' in R: |
| install.packages('thor', repos = c('https://richfitz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/richfitz/thor/issues
Pkgdown/docs site:https://richfitz.github.io
Last updated from:a16a42cc70. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 133 | ||
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 188 | ||
| linux-release-arm64 | OK | 154 | ||
| linux-release-x86_64 | OK | 147 | ||
| macos-release-arm64 | OK | 95 | ||
| macos-release-x86_64 | OK | 257 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| macos-oldrel-x86_64 | OK | 308 | ||
| windows-devel-x86_64 | OK | 91 | ||
| windows-release-x86_64 | OK | 93 | ||
| windows-oldrel-x86_64 | OK | 89 | ||
| wasm-release | OK | 119 |
Exports:driver_thormdb_envstorr_thor
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Use mdb transactions | mdb_cursor |
| Use mdb transactions | mdb_dbi |
| Create an mdb_env environment | mdb_env |
| Proxy values | mdb_proxy |
| Use mdb transactions | mdb_txn |
| Thor driver for storr | driver_thor storr_thor |
