Improve accuracy of pg-gen description – I looked at it and there’s no sign of generators, even though the readme mentions pausing.

Charmander 2019-12-05 13:25:25 -08:00
parent 6bc8ce8c0c
commit 893b53f6b5

@ -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