-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
pg-query-strream is not currently supported when using pg-native, which means you can't stream large results sets when using it, it should be supported. libpg does have interfaces to "stream" results https://www.postgresql.org/docs/current/libpq-single-row-mode.html, so it should be possible.
From knex/knex#6295