From 893b53f6b52089cca603aece136ae5d116dd64fa Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 13:25:25 -0800 Subject: [PATCH] =?UTF-8?q?Improve=20accuracy=20of=20pg-gen=20description?= =?UTF-8?q?=20=E2=80=93=20I=20looked=20at=20it=20and=20there=E2=80=99s=20n?= =?UTF-8?q?o=20sign=20of=20generators,=20even=20though=20the=20readme=20me?= =?UTF-8?q?ntions=20pausing.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras.md b/Extras.md index c3eb40b..6a7267b 100644 --- a/Extras.md +++ b/Extras.md @@ -18,7 +18,7 @@ Standalone PostgreSQL packages. - [brianc/node-pg-query-stream](https://github.com/brianc/node-pg-query-stream) - Query results from node-postgres as a readable (object) stream. - [emilbayes/pg-ipc](https://github.com/emilbayes/pg-ipc) - IPC over PostgreSQL `LISTEN`/`NOTIFY`/`UNLISTEN` exposed as an `EventEmitter`. - [kibae/pg-logical-replication](https://github.com/kibae/pg-logical-replication) - PostgreSQL logical replication client. -- [recursivefunk/pg-gen](https://github.com/recursivefunk/pg-gen) - Use ES6 generators to paginate through large result sets. +- [recursivefunk/pg-gen](https://github.com/recursivefunk/pg-gen) - Paginate through large result sets with cursors. ### API wrappers