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
*[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync engine, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline.*
5
+
*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer.*
6
6
7
7
# PowerSync Kotlin Multiplatform SDK
8
8
@@ -23,11 +23,10 @@ our [community Discord](https://discord.gg/powersync) - we'd love to hear from y
23
23
24
24
-[connectors](./connectors/)
25
25
26
-
-[SupabaseConnector.kt](./connectors/supabase/src/commonMain/kotlin/com/powersync/connector/supabase/SupabaseConnector.kt) An example connector implementation tailed for Supabase. The backend
27
-
connector provides
28
-
the connection between your application backend and the PowerSync managed database. It is used to:
26
+
-[SupabaseConnector.kt](./connectors/supabase/src/commonMain/kotlin/com/powersync/connector/supabase/SupabaseConnector.kt) An example connector implementation for Supabase (Postgres). The backend
27
+
connector provides the connection between your application backend and the PowerSync managed database. It is used to:
29
28
1. Retrieve a token to connect to the PowerSync service.
30
-
2. Apply local changes on your backend application server (and from there, to Postgres).
29
+
2. Apply local changes on your backend application server (and from there, to your backend database).
0 commit comments