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