Skip to content

Commit c01d844

Browse files
authored
Merge pull request #173 from powersync-ja/readme-updates
Readme + pubspec.yaml updates to be backend database agnostic
2 parents 29d6faa + a6686f4 commit c01d844

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://www.powersync.com" target="_blank"><img src="https://github.com/powersync-ja/.github/assets/7372448/d2538c43-c1a0-4c47-9a76-41462dba484f"/></a>
33
</p>
44

5-
*[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. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon).*
66

77
PowerSync SDK for Dart and Flutter
88
===========

packages/powersync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# PowerSync SDK for Dart/Flutter
66

7-
_[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync layer, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline._
7+
*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon).*
88

99
This package (`powersync`) is the PowerSync client SDK for Dart/Flutter.
1010

@@ -20,7 +20,7 @@ flutter pub add powersync
2020

2121
Our [full SDK reference](https://docs.powersync.com/client-sdk-references/flutter) contains everything you need to know to get started implementing PowerSync in your project.
2222

23-
## **_ Web support - Open alpha _**
23+
## **Web support - Open alpha**
2424

2525
Web support in version 1.6.0 is currently in its alpha stage. This README has been updated to reflect changes relevant to this alpha release.
2626

packages/powersync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: powersync
22
version: 1.8.2
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
5-
description: PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
5+
description: PowerSync Flutter SDK - sync engine for building local-first apps.
66
environment:
77
sdk: ^3.4.0
88
dependencies:

0 commit comments

Comments
 (0)