Cargo Features

bevy_sqlx has no features set by default.

[dependencies]
bevy_sqlx = { version = "0.1.8", features = ["sqlite-wayland", "postgres-wayland"] }
sqlite-wayland

Enables bevy_winit and wayland of bevy, sqlite of sqlx

postgres-wayland

Enables bevy_winit and wayland of bevy, postgres of sqlx

bevy_sqlx has 2 features without comments.