From 75c94dc7fd58f5d470375a55478fec94023356b9 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Thu, 26 Dec 2019 17:48:15 +0000 Subject: [PATCH] Update readme Add links to pg module and pg-query-stream module --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cda30984..7c5a90760 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native ## Monorepo -This repo is a monorepo which contains the core [pg](https://github.com/brianc/node-postgres) module as well as a handful of related modules. +This repo is a monorepo which contains the core [pg](https://github.com/brianc/node-postgres/tree/master/packages/pg) module as well as a handful of related modules. +- [pg](https://github.com/brianc/node-postgres/tree/master/packages/pg) - [pg-cursor](https://github.com/brianc/node-postgres/tree/master/packages/pg-cursor) +- [pg-query-stream](https://github.com/brianc/node-postgres/tree/master/packages/pg-query-stream) _(more to come, I'm in the process of migrating repos over here)_