File: rdf_has_bdb.Rd

package info (click to toggle)
r-cran-rdflib 0.2.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: xml: 66; sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rdf_has_bdb.R
\name{rdf_has_bdb}
\alias{rdf_has_bdb}
\title{Check for BDB support}
\usage{
rdf_has_bdb()
}
\value{
TRUE if BDB support is detected, false otherwise
}
\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 \code{rdf()} will
fall back to in-memory storage with a warning.
}
\examples{
rdf_has_bdb()
}