From c19cd83dfd2257ce22de1e2b5d879bd14f1c232f Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Mon, 8 Jun 2026 10:40:55 +0200 Subject: [PATCH] Add PowerSync logo and link --- packages/drift_sqlite_async/README.md | 6 ++++++ packages/sqlite_async/README.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/packages/drift_sqlite_async/README.md b/packages/drift_sqlite_async/README.md index e8810b1..b1b4fbf 100644 --- a/packages/drift_sqlite_async/README.md +++ b/packages/drift_sqlite_async/README.md @@ -10,6 +10,12 @@ Supported functionality: 4. Select queries can run concurrently with writes and other select statements. 5. Drift migrations are supported (optional). +This package is developed by PowerSync. + +

+ +

+ ## Usage Use `SqliteAsyncDriftConnection` to create a DatabaseConnection / QueryExecutor for Drift from the sqlite_async SqliteDatabase: diff --git a/packages/sqlite_async/README.md b/packages/sqlite_async/README.md index 5c9fe7a..57d380b 100644 --- a/packages/sqlite_async/README.md +++ b/packages/sqlite_async/README.md @@ -25,6 +25,11 @@ query access. See this [blog post](https://www.powersync.co/blog/sqlite-optimizations-for-ultra-high-performance), explaining why these features are important for using SQLite. +This package is developed by PowerSync. + +

+ +

## Installation