Skip to content

Commit 637bcf3

Browse files
committed
Cleanup things a bit
1 parent 4c27ad2 commit 637bcf3

15 files changed

+78
-5492
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native
1212
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

1414
- [pg](https://github.com/brianc/node-postgres/tree/master/packages/pg)
15+
- [pg-pool](https://github.com/brianc/node-postgres/tree/master/packages/pg-pool)
1516
- [pg-cursor](https://github.com/brianc/node-postgres/tree/master/packages/pg-cursor)
1617
- [pg-query-stream](https://github.com/brianc/node-postgres/tree/master/packages/pg-query-stream)
1718

18-
_(more to come, I'm in the process of migrating repos over here)_
19-
2019

2120
## Documenation
2221

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"lerna": "^3.19.0"
18-
}
18+
},
19+
"dependencies": {}
1920
}

packages/pg-cursor/.gitignore

-1
This file was deleted.

packages/pg-cursor/Makefile

-15
This file was deleted.

packages/pg-pool/.gitignore

-2
This file was deleted.

packages/pg-pool/.travis.yml

-13
This file was deleted.

packages/pg-pool/Makefile

-14
This file was deleted.

0 commit comments

Comments
 (0)