Cargo Features
[dependencies]
surrealdb-tikv-client = { version = "0.3.0-surreal.1", default-features = false, features = ["prometheus", "integration-tests"] }
- default = prometheus
-
The
prometheus
feature is set by default wheneversurrealdb-tikv-client
is added without
somewhere in the dependency tree.default-features = false - prometheus default
- integration-tests
-
Enable integration tests with a running TiKV and PD instance.
Use $PD_ADDRS, comma separated, to set the addresses the tests use.