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
- postgres v8.4.4, v9.0.1 installed both locally and on networked Windows 7
70
68
71
-
###Contributing
69
+
## Contributing
72
70
73
71
clone the repo:
74
72
75
73
git clone git://github.com/brianc/node-postgres
76
74
cd node-postgres
77
-
node test/run.js
75
+
make test
78
76
79
77
And just like magic, you're ready to contribute! <3
80
78
@@ -90,9 +88,7 @@ __PLEASE__ check out the [WIKI](node-postgres/wiki). __MUCH__ more information
90
88
91
89
### Why did you write this?
92
90
93
-
As soon as I saw node.js for the first time I knew I had found
94
-
something lovely and simple and _just what I always wanted!_. So...I
95
-
poked around for a while. I was excited. I still am!
91
+
As soon as I saw node.js for the first time I knew I had found something lovely and simple and _just what I always wanted!_. So...I poked around for a while. I was excited. I still am!
96
92
97
93
I drew major inspiration from [postgres-js](http://github.com/creationix/postgres-js).
0 commit comments