node-redshift
node-redshift copied to clipboard
A simple collection of tools to help you get started with Amazon Redshift from node.js
I get syntax errors with for example: ``` product.create({ url: 'y'. "Product Name": 'z' }) ``` Is there a workaround?
Hi, I am trying to write a simple node js app using node-redshift package. using the examples here -> https://www.npmjs.com/package/node-redshift but i am not sure how to provide the value...
Making a simple query like: `select some_float_column from some_table;` is returning a row with **some_float_column = 1040480** But in the database it's actually **1040478.3** Same problem happening with other rows....
Avoids calling bluebird's `Promise.config`, since other code may have already created some promises. Fixes https://github.com/dmanjunath/node-redshift/issues/27.
Is there a way to stream out rows from redshift instead of getting the entire dataset into memory before return it to client? Thank you for your help
When trying to test a simple query, I got: `Error: cannot enable long stack traces after promises have been created` This exception was thrown by `bluebird` because my app created...
Hi, Good day Is there any option one can use to stop the connection from dying? I keep on getting the following error: ``` Error: read ECONNRESET at _errnoException (util.js:1003:13)...
[ anonymous { name: 'John', lastName: 'Doe' } ]