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
A full API Reference for this SDK is not yet available. This is planned for the stable release.
15
15
</Card>
@@ -19,7 +19,7 @@ sidebarTitle: Overview
19
19
</CardGroup>
20
20
21
21
<Note>
22
-
The PowerSync Swift SDK is currently in a beta release. It is suitable for production use at this stage given you've tested your use cases extensively. Breaking changes are unlikely to occur.
22
+
This SDK is currently in a [**beta** release](/resources/feature-status). It is suitable for production use provided you've tested your specific use cases.
23
23
</Note>
24
24
25
25
### SDK Features
@@ -31,12 +31,18 @@ sidebarTitle: Overview
31
31
* Enables subscription to queries for receiving live updates.
32
32
* Eliminates the need for client-side database migrations as these are managed automatically.
33
33
34
-
Supported targets: Androidand iOS.
34
+
Supported targets: Android, iOS and Desktop.
35
35
36
36
## Installation
37
37
38
38
See the [SDK's README](https://github.com/powersync-ja/powersync-kotlin?tab=readme-ov-file#installation) for installation instructions.
39
39
40
+
<Info>
41
+
**JVM compatibility for Desktop**
42
+
* The following platforms are supported: Linux AArch64, Linux X64, MacOS AArch64, MacOS X64, Windows X64.
43
+
* See this [example build.gradle file](https://github.com/powersync-ja/powersync-kotlin/blob/main/demos/hello-powersync/composeApp/build.gradle.kts) for the relevant JVM config.
44
+
</Info>
45
+
40
46
## Getting Started
41
47
42
48
Before implementing the PowerSync SDK in your project, make sure you have completed these steps:
Copy file name to clipboardExpand all lines: client-sdk-references/swift.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ sidebarTitle: "Overview"
16
16
</CardGroup>
17
17
18
18
<Note>
19
-
The PowerSync Swift SDK is currently in a beta release. It is suitable for production use at this stage given you've tested your use cases extensively. Breaking changes are unlikely to occur.
19
+
This SDK is currently in a [**beta** release](/resources/feature-status). It is suitable for production use provided you've tested your specific use cases.
Copy file name to clipboardExpand all lines: installation/database-setup.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ Notably, some "serverless Postgres" providers do not support logical replication
331
331
332
332
### Status of MongoDB support in PowerSync
333
333
334
-
In PowerSync nomenclature, Beta means the package is ready to be used for production given you have adequately tested your use case. We typically don't make any breaking API changes when moving from Beta to V1.
334
+
In PowerSync nomenclature, Beta means the package is ready to be used for production given you have adequately tested your use case. We typically don't make any breaking API changes when moving from Beta to V1 (learn more about feature states [here](/resources/feature-status)).
0 commit comments