Commit Graph

169 Commits

Author SHA1 Message Date
T.J. Schuck
e5f0e5d36a s/2016/2017/ (#1291) 2017-05-17 16:47:07 -05:00
Kenneth Schnall
0e2625b74e Add semicolons to Pooling example in README.md (#1266) 2017-04-17 11:43:09 -05:00
javiertury
71a136488b Improve Readme.md for not so advanced users (#1235)
* Improve Readme.md for not so advanced users

1. Add brief description about the 3 possible ways of executing queries: passing the query to a pool, borrowing a client from a pool or obtaining an exclusive client. Give examples for the 3 of them.

2. Use the examples to teach how to reuse a pool in all of your project. This should be helpful for not so advanced users and prevents mistakes.

3. Open a troubleshooting section.

* Shrink Troubleshooting and Point to Examples

1. Troubleshooting/FAQ section will only contain a reference to the wiki FAQ. I've already moved the content to the wiki.

2. At the end of "Pooling example" point to the wiki example page. Also indicate that there they can find how to use node-postgres with promises and async/await. I've already created that content in the wiki.
2017-03-27 22:21:04 -05:00
Rocky
7504c20745 Fix README.md (#1250) 2017-03-27 22:20:27 -05:00
Ryan Hamilton
549404e21e Update README.md (#1247)
grammar fix
2017-03-20 12:00:57 -05:00
Patai Adam
6e63f0e217 Update readme (#1210)
* Fix sample code in README

* Fix typo
2017-02-12 22:20:41 -06:00
Bill Butler
83a946f61c Might be nice to have the host in the example (#1118) 2016-08-29 08:57:57 -05:00
Arnaud Benhamdine
9f955c4348 Add details about differences between js and native bindings (#1096) 2016-08-02 09:21:31 -05:00
Vince Coppola
4e77464bfc Small spelling fix (#1099) 2016-08-01 09:24:54 -05:00
Arnaud Benhamdine
74db8f9cd2 Add badges for npm version and number of dl on npm (#1094) 2016-07-26 09:32:12 -05:00
Brian C
1dc1dbc5b6 Update README.md
Move SSL connection information to wiki
2016-07-10 16:29:42 -05:00
guoxiangyang
33a1c35ad2 changed for self signed ssl support (#1072) 2016-07-10 16:26:36 -05:00
Brian C
1183658ceb Update README.md 2016-06-24 01:22:25 -05:00
Brian C
1bc50f186f Update README.md 2016-06-24 01:09:51 -05:00
Brian C
812277f99f Fix native constructor and pool exports (#1061) 2016-06-24 00:52:28 -05:00
Neil W
e2830ac847 Update README.md (#1063)
Fixed minor typo "exampe" -> "example"
2016-06-24 00:35:14 -05:00
Brian C
c00d62169e Update README.md 2016-06-21 22:10:50 -05:00
Brian C
796a44f54f Remove internal pool (#1049)
* Initial work on removing internal pool

* Port backwards-compabible properties

* Cleanup test execution & makefile cruft

* Attempt to fix flakey error test
2016-06-21 09:53:09 -05:00
brianc
9b1d16dfd2 Remove io.js badge 2016-06-07 17:17:39 -05:00
Alejandro Oviedo
edf4e7f76c add dependencies badge on readme (#1024) 2016-06-07 16:04:07 -05:00
Kevin Burke
13a82ad0ec Update Copyright notice to 2016 (#1036) 2016-06-03 10:27:05 -05:00
Brian C
beb8eef1f4 Merge pull request #971 from LinusU/patch-1
readme: fix pool size
2016-04-04 10:36:11 -05:00
Linus Unnebäck
fe6215d71c readme: fix pool size 2016-03-23 15:28:25 +01:00
Pavel Lang
b584d15f3d Move Extras section from README.md to Github wiki 2016-02-26 20:22:38 +01:00
Konstantin Tarkus
8cfe39becd Add pg-client to the list of extras in README.md 2016-02-23 14:29:56 +03:00
Jonathan
efdcf75cb7 pg-rxjs mention added 2016-01-27 10:27:02 -08:00
Brady Holt
cde7b3df36 Adding MassiveJS to Extras section of README 2016-01-27 11:06:01 -06:00
sibedge
fde38d7e35 Update README.md
Adding [pg-minify](https://github.com/vitaly-t/pg-minify) to the list of Extras.
2016-01-20 01:10:31 +00:00
Johnny Ray Austin
c266cad808 doc update change username from jray to recursivefunk 2015-12-29 10:01:55 -05:00
Johnny Ray Austin
17e3534aa5 readme entry for pg-gen 2015-12-01 08:43:19 -05:00
Carl Lei
d09fb74214 Add reference to XeCycle/pg-template-tag to README 2015-07-29 08:50:57 +08:00
Brian C
0a54dfa1c8 Merge pull request #803 from KevinSjoberg/README-correction
Correction in README
2015-06-22 13:58:11 -04:00
Andrew Carlson
a1ff3a17fd adding pg-restify to readme 2015-06-18 21:21:10 -04:00
Kevin Sjöberg
4ca38aa3b7 Correction in README 2015-06-14 17:01:11 +02:00
haoxin
d85269e60f Add link of pg-then to readme 2015-06-02 23:16:01 +08:00
Brian C
540c3f16db Merge pull request #770 from pdiniz13/master
Updated License
2015-04-26 13:47:12 -04:00
Paulo Diniz
1e4a39ba7d Updated License 2015-04-25 08:59:39 -07:00
Vitaly Tomilov
f1638d95b1 Added IO.js Supported badge. 2015-04-15 22:58:15 +01:00
Brian C
c4ae79db39 Update README.md
Calling `client.end()` on a client in the pool is folly and should not be done. I mistakenly accepted a pull request with bad documentation.
2015-04-09 09:43:55 -04:00
Vitaly Tomilov
5d9109e26c Correcting the library description
The library moved away from featuring the Promise library, it now supports the entire Promises/A+ family.

Happy Days! :)
2015-03-11 22:48:39 +00:00
Vitaly Tomilov
50bb3ab3cc Update README.md
Moved the reference to vitaly-t/pg-promise to the bottom of the list.
2015-03-10 15:55:58 +00:00
Vitaly Tomilov
187063fae1 Update README.md
Added reference to vitaly-t/pg-promise in chapter Extras.
2015-03-10 15:02:07 +00:00
Oskar Gewalli
6180bebd9d In order for the command line execution to finish 2015-02-15 11:03:24 +01:00
Brian C
fbcf627d7d Merge pull request #704 from eiriksm/patch-1
Use svg version of travis build status badge
2015-01-02 12:19:42 -05:00
Mark Stosberg
3d1ba3df21 fix typo in "squel" name. 2014-12-26 10:51:38 -05:00
eiriksm
c9f2e29c1e Use svg version of travis build status badge 2014-12-20 15:46:09 +01:00
Sehrope Sarkuni
28efb77358 Add sehrope/node-pg-db to Extras in README 2014-12-10 17:00:04 -05:00
Brian M. Carlson
b84dd5a479 Remove weird formatting 2014-11-19 22:27:28 -05:00
Brian C
e6748b2535 Update README.md 2014-11-19 22:13:26 -05:00
Blaine Bublitz
17f22bb56c add pg-transact to readme 2014-11-14 18:01:21 -07:00