You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dev/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# PowerSync Dev
2
2
3
-
A development package for PowerSync which uses [SQL.js](https://sql.js.org/#/)
3
+
A development package for PowerSync which uses [SQL.js](https://sql.js.org/#/) to provide a pure JavaScript SQLite implementation.
4
+
This eliminates the need for native dependencies and enabling seamless development with Expo Go and other JavaScript-only environments.
5
+
6
+
This package is specifically designed to streamline the development workflow and will be much slower than DB adapters that use native dependencies.
7
+
For example when building React Native apps we recommend switching to our OP-sqlite or RNQS adapters when making production builds as they give substantially better performance.
0 commit comments