datapress-0.2.15 is not a library.
datapress
A single datapress binary that bundles both dataset HTTP backends —
DuckDB and DataFusion — and picks the active one at runtime from
server.backend in your datasets.toml.
Choosing a backend
# datasets.toml
[]
= "duckdb" # or "datafusion"
Slimmer single-backend builds
Both backends are compiled in by default. To build just one:
# or
Optional features
docs, swagger, metrics, and auth are forwarded to whichever
backends are enabled, e.g.:
See the workspace README for full configuration details.