Skip to content

Commit cba23c4

Browse files
committed
update top-level readme too
1 parent 6b686be commit cba23c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This is the PowerSync client SDK for Kotlin. This SDK currently supports the fol
1313
- iOS
1414
- macOS
1515
- watchOS
16+
- tvOS
1617

1718
If you need support for additional targets, please reach out!
1819

@@ -32,6 +33,11 @@ and API documentation [here](https://powersync-ja.github.io/powersync-kotlin/).
3233
1. Retrieve a token to connect to the PowerSync service.
3334
2. Apply local changes on your backend application server (and from there, to your backend database).
3435

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+
3541
## Demo Apps / Example Projects
3642

3743
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
4147
- [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.
4248
- [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.
4349

44-
## Current Limitations / Future work
45-
46-
Current limitations:
47-
48-
- Integration with SQLDelight schema and API generation (ORM) is not yet supported.
49-
5050
## Installation
5151

5252
Add the PowerSync Kotlin Multiplatform SDK to your project by adding the following to your `build.gradle.kts` file:

0 commit comments

Comments
 (0)