Adding sea_query_sqlx library as a dependency

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:

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.