We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460f814 commit 4a65bbeCopy full SHA for 4a65bbe
packages/powersync-op-sqlite/README.md
@@ -30,6 +30,15 @@ Install it in your app with:
30
npx expo install @op-engineering/op-sqlite
31
```
32
33
+## Version Compatibility
34
+
35
+This package version reflects the supported OP-SQLite major version:
36
37
+- `@powersync/op-sqlite` version `0.14.x` supports `@op-engineering/op-sqlite` version `14.x.x`
38
+- `@powersync/op-sqlite` version `0.15.x` supports `@op-engineering/op-sqlite` version `15.x.x`
39
40
+Always ensure your OP-SQLite peer dependency matches the major version indicated by this package.
41
42
## Usage
43
44
```typescript
0 commit comments