postgres-nio icon indicating copy to clipboard operation
postgres-nio copied to clipboard

Postgres PREPARED STATEMENT example

Open duncangroenewald opened this issue 1 year ago • 3 comments

The documentation doesn't appear to provide any examples of how to execute a prepared statement. The only reference I was able to find was a reference to use a struct but this seems at odds with creating prepared statements on the server and then executing them.

Is there any documentation or examples of executing a prepared statement from the client. The normal await client.query() doesn't appear to work.

duncangroenewald avatar Sep 14 '24 08:09 duncangroenewald