Skip to content

Commit aacaf3a

Browse files
add limitations
1 parent 298c3b0 commit aacaf3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ Feel free to use the `DatabasePool` for view logic and the `PowerSyncDatabase` f
115115

116116
- Updating the PowerSync schema, with `updateSchema`, is not currently fully supported with GRDB connections.
117117
- This integration currently requires statically linking PowerSync and GRDB.
118+
- This implementation uses the SQLite session API to track updates made by the PowerSync SDK. This could use more memory compared to the Standard PowerSync SQLite implementation.
119+
- This implementation can cause warnings such as "Thread Performance Checker: Thread running at User-interactive quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class. Investigate ways to avoid priority inversions". This will be addressed in a future release.
118120

119121
## Underlying Kotlin Dependency
120122

0 commit comments

Comments
 (0)