You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With .getClient() the already connected client is returned. Is there a way to get the static / raw driver? I mean the object returned by require('cassandra-driver').
With
.getClient()
the already connected client is returned. Is there a way to get the static / raw driver? I mean the object returned byrequire('cassandra-driver')
.Eg. I often do:
but I would not access the Cassandra Driver in this way (I could have mismatches between my and Cassankenx versions). It would be nice something like:
The text was updated successfully, but these errors were encountered: