Cargo Features

[dependencies]
sqlx-utils = { version = "1.1.3", default-features = false, features = ["sqlite", "any", "postgres", "mysql", "nightly", "try-parse", "filter_debug_impl", "filter-blanket-impl", "log_err", "insert_duplicate"] }
default = any, filter_debug_impl

These default features are set whenever sqlx-utils is added without default-features = false somewhere in the dependency tree.

sqlite

Database related features

Enables sqlite of sqlx and sqlx-utils-macro

Affects query_types::Query

any default

Enables any of sqlx and sqlx-utils-macro

sqlx:

database

Affects query_types::Query

postgres

Enables postgres of sqlx and sqlx-utils-macro

Affects query_types::Query

mysql

Enables mysql of sqlx and sqlx-utils-macro

Affects query_types::Query

nightly

Experimental, might work or might not work

Enables nightly of sqlx-utils-macro

try-parse

Enables try-parse of sqlx-utils-macro

filter_debug_impl default

Filter realted features

Enables filter_debug_impl of sqlx-utils-macro

filter-blanket-impl

Enables filter-blanket-impl of sqlx-utils-macro

log_err

logging and extra features

insert_duplicate