Skip to content

Commit 1e7eafa

Browse files
committed
GRDB: Don't mention outdated session hack
1 parent 060837e commit 1e7eafa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client-sdks/orms/swift/grdb.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ There are some limitations to be aware of:
1515

1616
- Updating the PowerSync schema using `updateSchema` is not yet supported.
1717
- Xcode previews may not yet work correctly.
18-
- The current implementation uses the SQLite session API for change tracking, which may consume more memory than the standard PowerSync implementation. A more efficient tracking mechanism is planned.
1918
- You may see thread priority inversion warnings in Xcode. We're working to ensure consistent quality-of-service classes across threads.
2019
- The schema definition process requires manually defining both the PowerSync `AppSchema` and GRDB record types separately. Future versions may allow these to be declared together or derived from each other.
2120
</Note>

0 commit comments

Comments
 (0)