Links

Upgrading the Client SDK

Flutter

In order to upgrade to a newer version of the PowerSync package, first check the changelog for any breaking changes:
Then, run the below command in your project folder:
flutter pub upgrade powersync

React Native & Expo

Run the below command in your project folder:
yarn upgrade @journeyapps/powersync-sdk-react-native @journeyapps/react-native-quick-sqlite

JS/Web

For Yarn, run the below command in your project folder:
yarn upgrade @journeyapps/powersync-sdk-web @journeyapps/wa-sqlite
For NPM/PNPM, replace yarn with npm or pnpm in the above command.