Upgrading SQLink
Keeping SQLink up to date ensures that you benefit from the latest features, performance improvements, and security fixes.
To upgrade SQLink to the latest version, run the following command in your terminal:
Terminal
$
sqlink upgrade
How It Works
- The
sqlink upgrade
command checks for the latest version of SQLink available on npm. - If a newer version is found, it will automatically update the globally installed package.
- Once the upgrade completes, you can verify it by checking the version:
Terminal
$
sqlink --version