Skip to content

Commit c090e4f

Browse files
committed
Actually update the right file in the right place...
1 parent 8b7e874 commit c090e4f

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@
77

88
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
99

10-
## Install
10+
## Monorepo
1111

12-
```sh
13-
$ npm install pg
14-
```
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.
1513

16-
---
17-
## :star: [Documentation](https://node-postgres.com) :star:
14+
- [pg-cursor](https://github.com/brianc/node-postgres/tree/master/packages/pg-cursor)
1815

16+
_(more to come, I'm in the process of migrating repos over here)_
17+
18+
19+
## Documenation
20+
21+
Each package in this repo should have it's own readme more focused on how to develop/contribute. For overall documentation on the project and the related modules managed by this repo please see:
22+
23+
### :star: [Documentation](https://node-postgres.com) :star:
1924

2025
### Features
2126

@@ -44,13 +49,11 @@ When you open an issue please provide:
4449

4550
You can also follow me [@briancarlson](https://twitter.com/briancarlson) if that's your thing. I try to always announce noteworthy changes & developments with node-postgres on Twitter.
4651

47-
### Professional Support
48-
49-
I offer professional support for node-postgres. I provide implementation, training, and many years of expertise on how to build applications with Node, Express, PostgreSQL, and React/Redux. Please contact me at [brian.m.carlson@gmail.com](mailto:brian.m.carlson@gmail.com) to discuss how I can help your company be more successful!
50-
5152
### Sponsorship :star:
5253

53-
If you are benefiting from node-postgres and would like to help keep the project financially sustainable please visit Brian Carlson's [Patreon page](https://www.patreon.com/node_postgres).
54+
[If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable please consider supporting](https://github.com/sponsors/brianc) its development.
55+
56+
Also, you can view a historical list of all [previous and existing sponsors](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md).
5457

5558
## Contributing
5659

@@ -61,6 +64,8 @@ I will __happily__ accept your pull request if it:
6164
- looks reasonable
6265
- does not break backwards compatibility
6366

67+
If your change involves breaking backwards compatibility please please point that out in the pull request & we can discuss & plan when and how to release it and what type of documentation or communicate it will require.
68+
6469
## Troubleshooting and FAQ
6570

6671
The causes and solutions to common errors can be found among the [Frequently Asked Questions (FAQ)](https://github.com/brianc/node-postgres/wiki/FAQ)
@@ -86,4 +91,3 @@ Copyright (c) 2010-2019 Brian Carlson (brian.m.carlson@gmail.com)
8691
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8792
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
8893
THE SOFTWARE.
89-

packages/pg/README.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@
77

88
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
99

10-
## Monorepo
10+
## Install
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+
```sh
13+
$ npm install pg
14+
```
1315

14-
- [pg-cursor](https://github.com/brianc/node-postgres/tree/master/packages/pg-cursor)
16+
---
17+
## :star: [Documentation](https://node-postgres.com) :star:
1518

1619

17-
## Documenation
18-
19-
Each package in this repo should have it's own readme more focused on how to develop/contribute. For overall documentation on the project and the related modules managed by this repo please see:
20-
21-
### :star: [Documentation](https://node-postgres.com) :star:
22-
2320
### Features
2421

2522
* Pure JavaScript client and native libpq bindings share _the same API_
@@ -47,16 +44,13 @@ When you open an issue please provide:
4744

4845
You can also follow me [@briancarlson](https://twitter.com/briancarlson) if that's your thing. I try to always announce noteworthy changes & developments with node-postgres on Twitter.
4946

50-
### Professional Support
51-
52-
I offer professional support for node-postgres. I provide implementation, training, and many years of expertise on how to build applications with Node, Express, PostgreSQL, and React/Redux. Please contact me at [brian.m.carlson@gmail.com](mailto:brian.m.carlson@gmail.com) to discuss how I can help your company be more successful!
53-
5447
### Sponsorship :star:
5548

56-
[If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable please consider supporting](https://github.com/sponsors/brianc) to its development.
49+
[If you or your company are benefiting from node-postgres and would like to help keep the project financially sustainable please consider supporting](https://github.com/sponsors/brianc) its development.
5750

5851
Also, you can view a historical list of all [previous and existing sponsors](https://github.com/brianc/node-postgres/blob/master/SPONSORS.md).
5952

53+
6054
## Contributing
6155

6256
__:heart: contributions!__
@@ -68,6 +62,7 @@ I will __happily__ accept your pull request if it:
6862

6963
If your change involves breaking backwards compatibility please please point that out in the pull request & we can discuss & plan when and how to release it and what type of documentation or communicate it will require.
7064

65+
7166
## Troubleshooting and FAQ
7267

7368
The causes and solutions to common errors can be found among the [Frequently Asked Questions (FAQ)](https://github.com/brianc/node-postgres/wiki/FAQ)
@@ -93,3 +88,4 @@ Copyright (c) 2010-2019 Brian Carlson (brian.m.carlson@gmail.com)
9388
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9489
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
9590
THE SOFTWARE.
91+

0 commit comments

Comments
 (0)