Skip to content

Commit 54b62d3

Browse files
committed
Update readme docs
1 parent 4adefbb commit 54b62d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powersync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
1616
PowerSync is implemented over local SQLite databases. The main entrypoint for this library, `PowerSyncDatabase`,
1717
requires three external dependencies to be provided:
1818

19-
1. An HTTP client implementation from the `http-client` crate.
20-
- The `async-h1` implementation is known not to work with PowerSync, we recommend the `IsahcClient` instead.
19+
1. An HTTP client implementation.
20+
- PowerSync accepts `reqwest::Client` instances when the `reqwest` feature is enabled.
2121
2. A `ConnectionPool` of SQLite connections.
2222
- Create one with `ConnectionPool::open(path)`.
2323
- For in-memory databases, use `ConnectionPool::single_connection()`.

0 commit comments

Comments
 (0)