Skip to content

Commit 75c94dc

Browse files
committed
Update readme
Add links to pg module and pg-query-stream module
1 parent dfae78e commit 75c94dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native
99

1010
## Monorepo
1111

12-
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.
12+
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.
1313

14+
- [pg](https://github.com/brianc/node-postgres/tree/master/packages/pg)
1415
- [pg-cursor](https://github.com/brianc/node-postgres/tree/master/packages/pg-cursor)
16+
- [pg-query-stream](https://github.com/brianc/node-postgres/tree/master/packages/pg-query-stream)
1517

1618
_(more to come, I'm in the process of migrating repos over here)_
1719

0 commit comments

Comments
 (0)