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 53fe729 commit 64dacfbCopy full SHA for 64dacfb
content/features/2-queries.mdx
@@ -55,7 +55,7 @@ client
55
56
// async/await
57
try {
58
- const res = await pool.query(text, values)
+ const res = await client.query(text, values)
59
console.log(res.rows[0])
60
// { name: 'brianc', email: 'brian.m.carlson@gmail.com' }
61
} catch (err) {
0 commit comments