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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/pg-cursor/Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/pg-pool/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/pg-pool/.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/pg-pool/Makefile

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)