We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d8fa2 commit 46cfb25Copy full SHA for 46cfb25
docs/pages/features/pooling.mdx
@@ -43,7 +43,7 @@ const client = await pool.connect()
43
const res = await client.query('SELECT * FROM users WHERE id = $1', [1])
44
console.log(res.rows[0])
45
46
-await client.release()
+client.release()
47
```
48
49
<Alert>
0 commit comments