Package: thor 1.1.6
thor: Interface to 'LMDB'
Key-value store, implemented as a wrapper around 'LMDB'; the "lightning memory-mapped database" <https://www.symas.com/lmdb>. '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.1.6.tar.gz
thor_1.1.6.zip(r-4.5)thor_1.1.6.zip(r-4.4)thor_1.1.6.zip(r-4.3)
thor_1.1.6.tgz(r-4.4-x86_64)thor_1.1.6.tgz(r-4.4-arm64)thor_1.1.6.tgz(r-4.3-x86_64)thor_1.1.6.tgz(r-4.3-arm64)
thor_1.1.6.tar.gz(r-4.5-noble)thor_1.1.6.tar.gz(r-4.4-noble)
thor_1.1.6.tgz(r-4.4-emscripten)thor_1.1.6.tgz(r-4.3-emscripten)
thor.pdf |thor.html✨
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
Last updated 2 months agofrom:c7347531fa. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win-x86_64 | OK | Nov 16 2024 |
R-4.5-linux-x86_64 | OK | Nov 16 2024 |
R-4.4-win-x86_64 | OK | Nov 16 2024 |
R-4.4-mac-x86_64 | OK | Nov 16 2024 |
R-4.4-mac-aarch64 | OK | Nov 16 2024 |
R-4.3-win-x86_64 | OK | Nov 16 2024 |
R-4.3-mac-x86_64 | OK | Nov 16 2024 |
R-4.3-mac-aarch64 | OK | Nov 16 2024 |
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 |