rdflib (version 0.2.3)

rdf_has_bdb: 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()

Arguments

Value

TRUE if BDB support is detected, false otherwise

Examples

Run this code
# NOT RUN {
rdf_has_bdb()
# }

Run the code above in your browser using DataCamp Workspace