sea_query_sqlx
Run this command in a terminal, in your project's directory:
cargo add sea-query-sqlx
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
sea-query-sqlx = "0.8.0-rc.14"
The sea_query_sqlx library will be automatically available globally. Read the sea_query_sqlx library documentation.
Back to the crate overview.