brianc/node-pg-query-stream
Query results from node-postgres as a readable (object) stream
JavaScriptMIT
Issues
- 12
Do not emit 'close' event after finish with query
#52 opened by btd - 0
Non-blocking streaming with pg-query-stream
#68 opened by spimou - 1
connection terminated
#67 opened by zhangjinzhou - 1
Is there a way to get the total number of rows as soon as the query executor knows the total result size?
#54 opened by gajus - 1
- 1
Stream not closed if for:await loop break
#66 opened by matthieusieben - 0
Feature Request: RowMode
#55 opened by tmtron - 1
Transaction support
#58 opened by brandonros - 1
- 5
Get number of rows?
#12 opened by vitaly-t - 1
- 2
Should work with a QueryConfig
#23 opened by abenhamdine - 2
get fields at the start of the stream
#51 opened by gajus - 0
Cannot read property 'sync' of undefined
#50 opened by rarajks - 12
Not works for me in redshift.
#48 opened by jose920405 - 12
how do i get this to work with pg@7?
#28 opened by jonathanong - 2
read and chunk large text column
#44 opened by poyaz - 2
Not compatible with pg 7.50
#46 opened by Equals182 - 7
readable event no longer works
#37 opened by vitaly-t - 0
Issue when using Pool
#45 opened by bwheel181 - 1
highWaterMark not considered during read
#19 opened by jjmartin - 0
TypeScript and es6 module import
#43 opened by jonahbron - 1
Consider adding a Promise for the 'done' state
#40 opened by battesonb - 1
- 3
eslint should not be dependencies
#31 opened by cheeweep - 4
Number of rows?
#30 opened by vitaly-t - 1
Bad data paging / streaming
#32 opened by vitaly-t - 4
- 3
This library does NOT use the latest pg-cursor
#25 opened by cscalfani - 1
Event handling
#11 opened by vitaly-t - 2
stream modification for elastic search format !
#26 opened by matt212 - 3
Piping same sqlstream into multiple writable streams vs creating multiple identical sqlstream
#24 opened by radar155 - 10
End Event Before Last Record Of Data
#20 opened by rbadillo - 2
Can this be used for inserts as well?
#14 opened by flesler - 3
Cursor not being closed when stream ends?
#13 opened by lebolo - 4
process.nextTick
#10 opened by orourkedd - 2
Get the same behavior for native bindings
#8 opened by Kagami - 2
How to handle errors on queries?
#9 opened by volkanunsal - 2
- 6
'end' semantics
#3 opened by johto - 1
Is it necessary to manually release connections?
#2 opened by drob