You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<spanclass="badge-npmversion"><ahref="https://npmjs.org/package/pg"title="View this project on NPM"><imgsrc="https://img.shields.io/npm/v/pg.svg"alt="NPM version" /></a></span>
6
6
<spanclass="badge-npmdownloads"><ahref="https://npmjs.org/package/pg"title="View this project on NPM"><imgsrc="https://img.shields.io/npm/dm/pg.svg"alt="NPM downloads" /></a></span>
7
7
8
-
Non-blocking PostgreSQL client for node.js. Pure JavaScript and optional native libpq bindings.
8
+
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
9
9
10
10
## Install
11
11
@@ -19,9 +19,9 @@ $ npm install pg
19
19
20
20
### Features
21
21
22
-
* Pure JavaScript client and native libpq bindings share _the same api_
22
+
* Pure JavaScript client and native libpq bindings share _the same API_
23
23
* Connection pooling
24
-
* Extensible js<->postgresql data-type coercion
24
+
* Extensible JS<->PostgreSQL data-type coercion
25
25
* Supported PostgreSQL features
26
26
* Parameterized queries
27
27
* Named statements with query plan caching
@@ -35,18 +35,18 @@ The entire list can be found on our [wiki](https://github.com/brianc/node-postgr
35
35
36
36
## Support
37
37
38
-
node-postgres is free software. If you encounter a bug with the library please open an issue on the [github repo](https://github.com/brianc/node-postgres). If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
38
+
node-postgres is free software. If you encounter a bug with the library please open an issue on the [GitHub repo](https://github.com/brianc/node-postgres). If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
39
39
40
40
When you open an issue please provide:
41
-
- version of node
42
-
- version of postgres
41
+
- version of Node
42
+
- version of Postgres
43
43
- smallest possible snippet of code to reproduce the problem
44
44
45
45
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.
46
46
47
47
### Professional Support
48
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!
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
50
51
51
### Sponsorship :star:
52
52
@@ -63,7 +63,7 @@ I will __happily__ accept your pull request if it:
63
63
64
64
## Troubleshooting and FAQ
65
65
66
-
The causes and solutions to common errors can be found among the [Frequently Asked Questions(FAQ)](https://github.com/brianc/node-postgres/wiki/FAQ)
66
+
The causes and solutions to common errors can be found among the [Frequently Asked Questions(FAQ)](https://github.com/brianc/node-postgres/wiki/FAQ)
0 commit comments