refinery icon indicating copy to clipboard operation
refinery copied to clipboard

Allow disabling Config for postgres and tokio-postgres

Open asonix opened this issue 2 months ago • 0 comments

This adds a cargo feature to enable the Config struct and enable it when postgres or tokio-postgres is enabled (or the other drivers) It adds additional postgres-no-tls and tokio-postgres-no-tls features which do not enable Config and don't depend on postgres-native-tls or native-tls

Fixes https://github.com/rust-db/refinery/issues/407

asonix avatar Nov 18 '25 00:11 asonix