Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Sep 16, 2023
1 parent fd19d82 commit 732800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/basic-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const result = await qb
```ts
const qb = new D1QB(env.DB)

let stmt = qb.db.prepare(query.query)
let stmt = qb.db.prepare('select * from employees')

const resp = await stmt.all()
```

0 comments on commit 732800f

Please sign in to comment.