Skip to content

Commit 4a65bbe

Browse files
committed
Updated readme.
1 parent 460f814 commit 4a65bbe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/powersync-op-sqlite/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ Install it in your app with:
3030
npx expo install @op-engineering/op-sqlite
3131
```
3232

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+
3342
## Usage
3443

3544
```typescript

0 commit comments

Comments
 (0)