Adding file_sql library as a dependency
Run this command in a terminal, in your project's directory:
cargo add file_sql
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
file_sql = "0.2.1"
The file_sql library will be automatically available globally.
Read the file_sql library documentation.