Skip to content

Commit bfd6a23

Browse files
authored
Update README.md (porsager#422)
* Update README.md * docs(prepared-statements): enhancement; add complete config
1 parent edfa360 commit bfd6a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ const sql = postgres()
894894

895895
### Prepared statements
896896

897-
Prepared statements will automatically be created for any queries where it can be inferred that the query is static. This can be disabled by using the `no_prepare` option. For instance — this is useful when [using PGBouncer in `transaction mode`](https://github.com/porsager/postgres/issues/93#issuecomment-656290493).
897+
Prepared statements will automatically be created for any queries where it can be inferred that the query is static. This can be disabled by using the `prepare: false` option. For instance — this is useful when [using PGBouncer in `transaction mode`](https://github.com/porsager/postgres/issues/93#issuecomment-656290493).
898898

899899
## Custom Types
900900

0 commit comments

Comments
 (0)