Skip to content

Commit 8ea61dd

Browse files
committed
Update Readme for alpha -> beta
1 parent 60514ac commit 8ea61dd

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

packages/powersync-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React components for PowerSync
22

3-
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
3+
This package is currently in a beta release.
44

55
## Context
66
Configure a PowerSync DB connection and add it to a context provider.

packages/powersync-sdk-common/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Alpha
2-
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
1+
# Beta
2+
This package is currently in a beta release.
33

44

55
# PowerSync SDK common JS

packages/powersync-sdk-react-native/README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PowerSync SDK for React Native
22

3-
[PowerSync](https://powersync.co) is a service and set of SDKs that keeps PostgreSQL databases in sync with on-device SQLite databases.
3+
[PowerSync](https://powersync.co) is a service and set of SDKs that keeps Postgres databases in sync with on-device SQLite databases. See a summary of features [here](https://docs.powersync.co/resources/api-reference#react-native-and-expo).
44

5-
## Alpha Release
6-
This React Native SDK package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
5+
## Beta Release
6+
This React Native SDK package is currently in a beta release.
77

88
# Installation
99

@@ -23,7 +23,6 @@ Install it in your app with:
2323
npx expo install @journeyapps/react-native-quick-sqlite
2424
```
2525

26-
2726
## Polyfills: Fetch
2827

2928
This SDK requires HTTP streaming in order to function. The following `fetch` polyfills are required for the React Native implementation of `fetch`:
@@ -88,17 +87,6 @@ This package uses native libraries. Create native Android and iOS projects (if n
8887
npx expo run:android
8988
```
9089

91-
# SDK Features
92-
93-
* Direct access to the SQLite database - use SQL on the client and server.
94-
* Operations are asynchronous by default - does not block the UI.
95-
* No need for client-side database migrations - these are handled automatically.
96-
* Real-time streaming of changes.
97-
* Subscribe to queries for live updates.
98-
99-
Upcoming features:
100-
* Support one write and many reads concurrently.
101-
10290
# Getting Started
10391

10492
## Declare the Schema

0 commit comments

Comments
 (0)