Open
Description
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.