Skip to content

Commit 9fbae03

Browse files
committed
copy pasta
1 parent 66ba8e3 commit 9fbae03

File tree

1 file changed

+1
-1
lines changed
  • client-sdk-references/javascript-web/javascript-orm

1 file changed

+1
-1
lines changed

client-sdk-references/javascript-web/javascript-orm/kysely.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Below are examples comparing Kysely and PowerSync syntax for common database ope
139139

140140
### Watched Queries
141141

142-
For watched queries with Drizzle it's recommended to use the `watch()` function from the Drizzle integration which takes in a Drizzle query.
142+
For watched queries with Kysely it's recommended to use the `watch()` function from the wrapper package which takes in a Kysely query.
143143

144144
<CodeGroup>
145145
```js Kysely

0 commit comments

Comments
 (0)