We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cc731 commit eec1c7bCopy full SHA for eec1c7b
integrations/room/README.md
@@ -48,8 +48,9 @@ sync operation) will automatically trigger updates in Room.
48
49
To also transfer local writes to PowerSync, you need to
50
51
-1. Create triggers on your Room tables to insert into `ps_crud` (see the PowerSync documentation on
52
- raw tables for details).
+1. Create triggers on your Room tables to insert into `ps_crud` (see the
+ [PowerSync documentation on raw tables](https://docs.powersync.com/usage/use-case-examples/raw-tables#capture-local-writes-with-triggers)
53
+ for details).
54
2. Listen for Room changes and invoke a helper method to transfer them to PowerSync:
55
```Kotlin
56
yourRoomDatabase.getCoroutineScope().launch {
0 commit comments