File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
#node-postgres
2
2
3
- Non-blocking (async) JavaScript PostgreSQL client for node.js written fully TDD
3
+ Non-blocking (async) JavaScript PostgreSQL client for node.js written
4
+ fully TDD and with lots of love.
4
5
5
6
## alpha version
6
7
@@ -31,6 +32,7 @@ Non-blocking (async) JavaScript PostgreSQL client for node.js written fully TDD
31
32
32
33
var cachedPreparedStatement = client.query({
33
34
name: 'user by heart type',
35
+ //you can omit the text the 2nd time, but you don't have to
34
36
values: ['filled with kisses']
35
37
});
36
38
cachedPreparedStatement.on('row', printRow);
@@ -55,13 +57,15 @@ And just like magic, you're ready to contribute! <3
55
57
56
58
## More info please
57
59
58
- Srsly check out the [[ wiki]] . MUCH more information there.
60
+ ### Documentalicious
61
+
62
+ Srsly check out the [ WIKI] ( wiki ) . MUCH more information there.
59
63
60
64
p.s. want your own offline version of the wiki?
61
65
62
66
git clone git://github.com/brianc/node-postgres.wiki.git
63
67
64
- __ github is magic __
68
+ _ github is magic _
65
69
66
70
### Why?
67
71
@@ -96,4 +100,4 @@ and possibly obsessive test coverage to back up.
96
100
97
101
## License
98
102
99
- node-postgres is licensed under the MIT license.
103
+ node-postgres is licensed under the [ MIT license] ( License ) .
You can’t perform that action at this time.
0 commit comments