Cargo Features

shuttle-aws-rds has no features set by default.

[dependencies]
shuttle-aws-rds = { version = "0.45.0", features = ["postgres", "mariadb", "sqlx", "sqlx-native-tls"] }
postgres

Database

Enables postgres of optional sqlx

mysql mariadb

Enables mysql of optional sqlx

sqlx

Add an sqlx Pool as a resource output type

Enables runtime-tokio and tls-rustls of sqlx

sqlx-native-tls

Enables runtime-tokio and tls-native-tls of sqlx