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