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 8dcf602 commit 368d636Copy full SHA for 368d636
src/content/partials/hyperdrive/use-postgresjs-to-make-query.mdx
@@ -31,7 +31,7 @@ export default {
31
max: 5,
32
33
// If you are using array types in your Postgres schema, it is necessary to fetch
34
- // type information to correctly de/serialize them. However if you are not using
+ // type information to correctly de/serialize them. However, if you are not using
35
// those, disabling this will save you an extra round-trip every time you connect.
36
fetch_types: false,
37
},
0 commit comments