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)thor_1.2.0.zip(r-4.6)thor_1.2.0.zip(r-4.5)
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✨
card.svg |card.png
thor/json (API)
NEWS
| # 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 | 115 | ||
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 161 | ||
| linux-release-arm64 | OK | 132 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 105 | ||
| macos-release-x86_64 | OK | 145 | ||
| macos-oldrel-arm64 | OK | 77 | ||
| macos-oldrel-x86_64 | OK | 208 | ||
| windows-devel | OK | 152 | ||
| windows-release | OK | 97 | ||
| windows-oldrel | OK | 86 | ||
| wasm-release | OK | 100 |
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 |
