Adding wing_sqlparser library as a dependency

Run this command in a terminal, in your project's directory:

cargo add wing-sqlparser

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

wing-sqlparser = "0.13.1-alpha.0"

The wing_sqlparser library will be automatically available globally. Read the wing_sqlparser library documentation.

Back to the crate overview.