File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
1616PowerSync is implemented over local SQLite databases. The main entrypoint for this library, ` PowerSyncDatabase ` ,
1717requires 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 .
21212 . A ` ConnectionPool ` of SQLite connections.
2222 - Create one with ` ConnectionPool::open(path) ` .
2323 - For in-memory databases, use ` ConnectionPool::single_connection() ` .
You can’t perform that action at this time.
0 commit comments