Skip to content

Commit

Permalink
Cleanup things a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Dec 27, 2019
1 parent 4c27ad2 commit 637bcf3
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 5,492 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -12,11 +12,10 @@ Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native
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-pool](https://github.com/brianc/node-postgres/tree/master/packages/pg-pool)
- [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)_


## Documenation

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -15,5 +15,6 @@
},
"devDependencies": {
"lerna": "^3.19.0"
}
},
"dependencies": {}
}
1 change: 0 additions & 1 deletion packages/pg-cursor/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions packages/pg-cursor/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions packages/pg-pool/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions packages/pg-pool/.travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions packages/pg-pool/Makefile

This file was deleted.

0 comments on commit 637bcf3

Please sign in to comment.