node-redshift icon indicating copy to clipboard operation
node-redshift copied to clipboard

A simple collection of tools to help you get started with Amazon Redshift from node.js

Results 22 node-redshift issues
Sort by recently updated
recently updated
newest added

Hi there, This node module is working fine with 12.13.1 but on 14.15.0 LTS it isnt responding. For users who are on the current version of the Node JS this...

Hello, Is it possible to use this within a Lambda function? I inserted my nodejs code that was working on my local machine into an AWS Lambda function and received...

I need to write jest unit test cases for this node-redshift package... Can you help me with a sample implementation of mocking/stubbing node-redshift ?

Couldnt see a place to put this request, it may not be an issue but rather feature ask. I need to pass following options to my connection - **?tcpKeepAlive=true&ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory** Most...

Is there a way to set connection pool for max connections, min connections and idle?

I am stuck at a scenario in which whether to use rawConnection or deafult connection-pooling of node-redshift. The application is a Lambda function which is going to insert the data...