Skip to content

Commit

Permalink
Add notice about sqlite support on ios/android
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Feb 1, 2025
1 parent 3ef4861 commit 109792f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ npx expo install @op-engineering/op-sqlite
npx expo prebuild
```

This package only runs on `iOS`, `Android` and `macOS`, same as `expo-sqlite`, this is a technical limitation as sqlite does not run on the browser.

# Configuration

SQLite is very customizable on compilation level. op-sqlite also allows you add extensions or even change the base implementation. You can do this by adding the following to your `package.json`:
Expand Down

0 comments on commit 109792f

Please sign in to comment.