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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ This is the PowerSync client SDK for Kotlin. This SDK currently supports the fol
13
13
- iOS
14
14
- macOS
15
15
- watchOS
16
+
- tvOS
16
17
17
18
If you need support for additional targets, please reach out!
18
19
@@ -32,6 +33,11 @@ and API documentation [here](https://powersync-ja.github.io/powersync-kotlin/).
32
33
1. Retrieve a token to connect to the PowerSync service.
33
34
2. Apply local changes on your backend application server (and from there, to your backend database).
34
35
36
+
-[integrations](./integrations/)
37
+
-[room](./integrations/room/README.md): Allows using the [Room database library](https://developer.android.com/jetpack/androidx/releases/room)
38
+
with PowerSync, making it easier to run typed queries on the database.
39
+
40
+
35
41
## Demo Apps / Example Projects
36
42
37
43
The easiest way to test the PowerSync KMP SDK is to run one of our demo applications.
@@ -41,12 +47,6 @@ Demo applications are located in the [`demos/`](./demos) directory. See their re
41
47
-[demos/supabase-todolist](./demos/supabase-todolist/README.md): A simple to-do list application demonstrating the use of the PowerSync Kotlin Multiplatform SDK and the Supabase connector.
42
48
-[demos/android-supabase-todolist](./demos/android-supabase-todolist/README.md): A simple to-do list application demonstrating the use of the PowerSync Kotlin Multiplatform SDK and the Supabase connector in an Android application.
43
49
44
-
## Current Limitations / Future work
45
-
46
-
Current limitations:
47
-
48
-
- Integration with SQLDelight schema and API generation (ORM) is not yet supported.
49
-
50
50
## Installation
51
51
52
52
Add the PowerSync Kotlin Multiplatform SDK to your project by adding the following to your `build.gradle.kts` file:
0 commit comments