Skip to content

Commit eec1c7b

Browse files
committed
Link to docs
1 parent 75cc731 commit eec1c7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integrations/room/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ sync operation) will automatically trigger updates in Room.
4848

4949
To also transfer local writes to PowerSync, you need to
5050

51-
1. Create triggers on your Room tables to insert into `ps_crud` (see the PowerSync documentation on
52-
raw tables for details).
51+
1. Create triggers on your Room tables to insert into `ps_crud` (see the
52+
[PowerSync documentation on raw tables](https://docs.powersync.com/usage/use-case-examples/raw-tables#capture-local-writes-with-triggers)
53+
for details).
5354
2. Listen for Room changes and invoke a helper method to transfer them to PowerSync:
5455
```Kotlin
5556
yourRoomDatabase.getCoroutineScope().launch {

0 commit comments

Comments
 (0)