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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,14 @@ and API documentation [here](https://powersync-ja.github.io/powersync-kotlin/).
26
26
27
27
- This is the Kotlin Multiplatform SDK implementation.
28
28
29
-
-[connectors](./connectors/)
30
-
31
-
-[SupabaseConnector.kt](./connectors/supabase/src/commonMain/kotlin/com/powersync/connector/supabase/SupabaseConnector.kt) An example connector implementation for Supabase (Postgres). The backend
32
-
connector provides the connection between your application backend and the PowerSync managed database. It is used to:
33
-
1. Retrieve a token to connect to the PowerSync service.
34
-
2. Apply local changes on your backend application server (and from there, to your backend database).
35
-
36
29
-[integrations](./integrations/)
37
30
-[room](./integrations/room/README.md): Allows using the [Room database library](https://developer.android.com/jetpack/androidx/releases/room) with PowerSync, making it easier to run typed queries on the database.
38
31
-[sqldelight](./integrations/sqldelight/README.md): Allows using [SQLDelight](https://sqldelight.github.io/sqldelight)
39
32
with PowerSync, also enabling typed statements on the database.
40
-
33
+
-[SupabaseConnector.kt](./integrations/supabase/src/commonMain/kotlin/com/powersync/connector/supabase/SupabaseConnector.kt) An example connector implementation for Supabase (Postgres). The backend
34
+
connector provides the connection between your application backend and the PowerSync managed database. It is used to:
35
+
1. Retrieve a token to connect to the PowerSync service.
36
+
2. Apply local changes on your backend application server (and from there, to your backend database).
0 commit comments