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 44cc2e6 commit 9b71766Copy full SHA for 9b71766
client-sdk-references/javascript-web/javascript-orm/kysely.mdx
@@ -143,7 +143,7 @@ For watched queries with Kysely it's recommended to use the `watch()` function f
143
144
<CodeGroup>
145
```js Kysely
146
- const query = db.selectFrom('users').select();
+ const query = db.selectFrom('users').selectAll();
147
148
db.watch(query, {
149
onResult(results) {
0 commit comments