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: integrations/room/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# PowerSync Room integration
2
2
3
+
> [!NOTE]
4
+
> Note that this package is currently in alpha.
5
+
3
6
This module provides the ability to use PowerSync with Room databases. This module aims for complete
4
7
Room support, meaning that:
5
8
6
9
1. Changes synced from PowerSync automatically update your Room `Flow`s.
7
10
2. Room and PowerSync cooperate on the write connection, avoiding "database is locked errors".
8
11
3. Changes from Room trigger a CRUD upload.
9
12
13
+
For more details on using this module, see its page on the [PowerSync documentation](https://docs.powersync.com/client-sdk-references/kotlin-multiplatform/libraries/room).
14
+
10
15
## Setup
11
16
12
17
Add a dependency on `com.powersync:integration-room` with the same version you use for the main
Copy file name to clipboardExpand all lines: integrations/sqldelight/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
## PowerSync SQLDelight driver
2
2
3
+
> [!NOTE]
4
+
> Note that this package is currently in beta.
5
+
3
6
This library provides the `PowerSyncDriver` class, which implements an `SqlDriver` for `SQLDelight`
4
7
backed by PowerSync.
5
8
9
+
For more details on using this module, see its page on the [PowerSync documentation](https://docs.powersync.com/client-sdk-references/kotlin-multiplatform/libraries/sqldelight).
10
+
6
11
## Setup
7
12
8
13
Add a dependency on `com.powersync:integration-sqldelight`, using the same version you use for the
0 commit comments