Skip to content

Commit

Permalink
Update Readme for alpha -> beta
Browse files Browse the repository at this point in the history
  • Loading branch information
benitav committed Oct 31, 2023
1 parent 60514ac commit 8ea61dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/powersync-react/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React components for PowerSync

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

## Context
Configure a PowerSync DB connection and add it to a context provider.
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-sdk-common/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpha
This package is currently in an alpha release. Functionality could change dramatically in future releases. Certain functions may be partially implemented or buggy.
# Beta
This package is currently in a beta release.


# PowerSync SDK common JS
Expand Down
18 changes: 3 additions & 15 deletions packages/powersync-sdk-react-native/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PowerSync SDK for React Native

[PowerSync](https://powersync.co) is a service and set of SDKs that keeps PostgreSQL databases in sync with on-device SQLite databases.
[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).

## Alpha Release
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.
## Beta Release
This React Native SDK package is currently in a beta release.

# Installation

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


## Polyfills: Fetch

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

# SDK Features

* Direct access to the SQLite database - use SQL on the client and server.
* Operations are asynchronous by default - does not block the UI.
* No need for client-side database migrations - these are handled automatically.
* Real-time streaming of changes.
* Subscribe to queries for live updates.

Upcoming features:
* Support one write and many reads concurrently.

# Getting Started

## Declare the Schema
Expand Down

0 comments on commit 8ea61dd

Please sign in to comment.