Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions client-sdks/reference/capacitor.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Capacitor SDK (alpha)"
title: "Capacitor SDK (beta)"
description: "Use PowerSync in Capacitor apps."
sidebarTitle: "SDK Reference"
---
Expand Down Expand Up @@ -31,9 +31,9 @@ import LocalOnly from '/snippets/local-only-escape.mdx';
</CardGroup>

<Warning>
This SDK is currently in an [**alpha** release](/resources/feature-status).
This SDK is currently in a [**beta** release](/resources/feature-status).

The SDK is largely built on our stable [Web SDK](/client-sdks/reference/javascript-web), so that functionality can be considered stable. However, the [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) integration for mobile platforms is in alpha for real-world testing and feedback. There are [known limitations](#limitations) currently.
Because the SDK is largely built on our [Web SDK](/client-sdks/reference/javascript-web), much of its functionality is stable. The portion that relies on the [Capacitor Community SQLite](https://github.com/capacitor-community/sqlite) driver is considered production-ready for tested use cases. Review the [known limitations](#limitations) below.
</Warning>

<Note>
Expand Down
2 changes: 1 addition & 1 deletion configuration/app-backend/client-side-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ For an example implementation of a PowerSync 'backend connector', see the SDK gu
<Card title="Dart/Flutter" icon="flutter" href="/client-sdks/reference/flutter#3-integrate-with-your-backend" />
<Card title="React Native & Expo" icon="react" href="/client-sdks/reference/react-native-and-expo#3-integrate-with-your-backend" />
<Card title="JavaScript Web" icon="js" href="/client-sdks/reference/javascript-web#3-integrate-with-your-backend" />
<Card title="Capacitor (alpha)" icon="c" href="/client-sdks/reference/capacitor#3-integrate-with-your-backend" />
<Card title="Capacitor (beta)" icon="c" href="/client-sdks/reference/capacitor#3-integrate-with-your-backend" />
<Card title="Node.js (beta)" icon="node-js" href="/client-sdks/reference/node#3-integrate-with-your-backend" />
<Card title="Tauri (alpha)" icon="/logo/tauri_sidebar.svg" href="/client-sdks/reference/tauri#3-integrate-with-your-backend" />
<Card title="Kotlin" icon="android" href="/client-sdks/reference/kotlin#3-integrate-with-your-backend" />
Expand Down
2 changes: 1 addition & 1 deletion intro/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ All examples are organized by platform and backend technology. You can adapt any
- [Vite](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite#readme) - Bundling with Vite
- [Vite with Encryption](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite-encryption#readme) - Web database encryption demo
</Accordion>
<Accordion title="Capacitor (alpha)" icon="c">
<Accordion title="Capacitor (beta)" icon="c">
#### Examples

- [Capacitor Example](https://github.com/powersync-ja/powersync-js/tree/main/demos/example-capacitor#readme) - PowerSync in a Capacitor app with web, Android, and iOS support
Expand Down
2 changes: 1 addition & 1 deletion resources/feature-status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Below is a summary of the current main PowerSync features and their release stat
| High Performance Diffs | Experimental |
| Tauri SDK | Alpha |
| Rust SDK | Alpha |
| Capacitor SDK | Alpha |
| Capacitor SDK | Beta |
| TanStack Query | Alpha |
| Node.js SDK | Beta |
| .NET SDK | Beta |
Expand Down
2 changes: 1 addition & 1 deletion snippets/client-sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<Card title="JavaScript Web" icon="js" href="/client-sdks/reference/javascript-web" horizontal />

<Card title="Capacitor (alpha)" icon="c" href="/client-sdks/reference/capacitor" horizontal />
<Card title="Capacitor (beta)" icon="c" href="/client-sdks/reference/capacitor" horizontal />

<Card title="Tauri (alpha)" icon="/logo/tauri_sidebar.svg" href="/client-sdks/reference/tauri" horizontal />

Expand Down