rdf_has_bdb: Check for BDB support

View source: R/rdf_has_bdb.R

rdf_has_bdbR Documentation

Check for BDB support

Description

Detect whether Berkeley Database for disk-based storage of RDF graphs is available. Disk-based storage requires redland package to be installed from source with support for the Berkeley DB (libdb-dev on Ubuntu, berkeley-db on homebrew), otherwise rdf() will fall back to in-memory storage with a warning.

Usage

rdf_has_bdb()

Value

TRUE if BDB support is detected, false otherwise

Examples

rdf_has_bdb()

ropensci/rdflib documentation built on Jan. 19, 2024, 4:57 a.m.