-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
As per documentation, models.driver should point to the cassandra driver instance, so one should be able to run driver functions. I am trying to execute a query with the driver:
models.driver.execute(q, function (err, result) {
But this throws: "stacktrace": "TypeError: models.driver.execute is not a function
The models.driver properties are:
[ 'Client',
'ExecutionProfile',
'types',
'errors',
'policies',
'auth',
'token',
'metadata',
'Encoder',
'defaultOptions',
'version',
'ClientAsync',
'ExecutionProfileAsync',
'EncoderAsync',
'defaultOptionsAsync' ]
Metadata
Metadata
Assignees
Labels
No labels