We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ba8e3 commit 9fbae03Copy full SHA for 9fbae03
client-sdk-references/javascript-web/javascript-orm/kysely.mdx
@@ -139,7 +139,7 @@ Below are examples comparing Kysely and PowerSync syntax for common database ope
139
140
### Watched Queries
141
142
-For watched queries with Drizzle it's recommended to use the `watch()` function from the Drizzle integration which takes in a Drizzle query.
+For watched queries with Kysely it's recommended to use the `watch()` function from the wrapper package which takes in a Kysely query.
143
144
<CodeGroup>
145
```js Kysely
0 commit comments