docs icon indicating copy to clipboard operation
docs copied to clipboard

Document parameterized query support on gRPC clients

Open jeffreyscarpenter opened this issue 3 years ago • 0 comments

The Java documentation does not describe how to do parameterized queries with the gRPC Java client. See https://github.com/stargate/stargate/pull/2338 for sample code that could be useful.

The Rust documentation describes how to bind query values, but it might be good to indicate that this is how to support parameterized queries.

(The Node.js and Go client documentation do describe how to do parameterized queries.)

jeffreyscarpenter avatar Jan 02 '23 19:01 jeffreyscarpenter