Skip to content

Commit 9884e7b

Browse files
authored
Merge pull request #592 from powersync-ja/readme-patch-1
README.md updates
2 parents 5d20916 + 428f20e commit 9884e7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
3030

3131
- Vue composables for PowerSync.
3232

33-
- [packages/tanstack-query](./packages/tanstack-query/README.md)
33+
- [packages/tanstack-query](./packages/tanstack-react-query/README.md)
3434

35-
- Tanstack Query integration for React.
35+
- [TanStack Query](https://tanstack.com/query/) integration for React.
3636

3737
- [packages/attachments](./packages/attachments/README.md)
3838

39-
- Attachments helper package for React Native and JavaScript/TypeScript projects.
39+
- Attachments helper package for React Native and JavaScript/TypeScript projects.
4040

4141
- [packages/kysely-driver](./packages/kysely-driver/README.md)
4242

43-
- Kysely integration (ORM) for React Native and JavaScript/TypeScript projects.
43+
- [Kysely](https://kysely.dev/) integration (ORM) for React Native and JavaScript/TypeScript projects.
4444

4545
- [packages/drizzle-driver](./packages/drizzle-driver/README.md)
4646

47-
- Drizzle integration (ORM) for React Native and JavaScript/TypeScript projects.
47+
- [Drizzle](https://orm.drizzle.team/) integration (ORM) for React Native and JavaScript/TypeScript projects.
4848

4949
- [packages/powersync-op-sqlite](./packages/powersync-op-sqlite/README.md)
5050

51-
- OP-SQLite integration for React Native projects.
51+
- [OP-SQLite](https://github.com/OP-Engineering/op-sqlite) integration for React Native projects. Alternative to the default usage of [react-native-quick-sqlite](https://github.com/powersync-ja/react-native-quick-sqlite).
5252

5353
- [packages/common](./packages/common/README.md)
5454
- Shared package: TypeScript implementation of a PowerSync database connector and streaming sync bucket implementation.
@@ -139,7 +139,7 @@ Merging a PR with Changesets will automatically create a PR with version bumps.
139139

140140
## React Native Quick SQLite Development
141141

142-
The PowerSync React Native SDK uses [a fork of react-native-quick-sqlite](https://github.com/powersync-ja/react-native-quick-sqlite)
142+
By default, the PowerSync React Native SDK uses [a fork of react-native-quick-sqlite](https://github.com/powersync-ja/react-native-quick-sqlite)
143143

144144
Testing live development changes to `@journeyapps/react-native-quick-sqlite` will not work with standard `yarn link` commands. Metro does not work well with symlinks <https://github.com/facebook/metro/issues/286>.
145145

0 commit comments

Comments
 (0)