Expose underlying *spanner.Client
from SpannerConn
#312
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently there are several issues that have come up that could be worked around with using
*spanner.Client
directly.For example:
[]byte
orjson.RawMessage
#284By allowing to access
*spanner.Client
directly, it would make it easier to workaround issues that don't have yet parity in go-sql-spanner.For workaround it's of course possible to use
spanner.NewClient
in addition todatabase/sql
, but that would mean needing to manage multiple connection pools and also thread that access throughout the system.It would be nice if you can use:
The text was updated successfully, but these errors were encountered: