Cargo Features

[dependencies]
data-modelling-sdk = { version = "2.4.0", default-features = false, features = ["api-backend", "native-fs", "png-export", "databricks-dialect", "git", "schema-validation", "odps-validation", "bpmn", "dmn", "openapi", "database", "duckdb-backend", "postgres-backend", "staging", "staging-postgres", "inference"] }
default = api-backend

The api-backend feature is set by default whenever data-modelling-sdk is added without default-features = false somewhere in the dependency tree.

api-backend default

Enables api-backend of data-modelling-core

Re-export core library

native-fs

Enables native-fs of data-modelling-core

png-export

Enables png-export of data-modelling-core

databricks-dialect

Enables databricks-dialect of data-modelling-core

git

Enables git of data-modelling-core

schema-validation

Enables schema-validation of data-modelling-core

odps-validation

Enables odps-validation of data-modelling-core

bpmn

Enables bpmn of data-modelling-core

dmn

Enables dmn of data-modelling-core

openapi

Enables openapi of data-modelling-core

database

Enables database of data-modelling-core

duckdb-backend

Enables duckdb-backend of data-modelling-core

postgres-backend

Enables postgres-backend of data-modelling-core

staging

Enables staging of data-modelling-core

staging-postgres

Enables staging-postgres of data-modelling-core

inference

Enables inference of data-modelling-core