We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d100a commit 479f28dCopy full SHA for 479f28d
1 file changed
README.md
@@ -1,11 +1,11 @@
1
# node-sql
2
_sql string builder for node_
3
4
-Let's be honest - hand generating SQL is no fun, especially in a language which has clumsy support for multi-line strings.
+Building SQL statements by hand is no fun, especially in a language which has clumsy support for multi-line strings.
5
6
-But SQL is so good. We need SQL. So let's save the day and generate it with a jQuery-esque fluent interface.
+So let's build it with JavaScript.
7
8
-Maybe it's still not fun, but at least it's _less not fun_. That's at least worth a participation award.
+Maybe it's still not fun, but at least it's _less not fun_.
9
10
[](http://travis-ci.org/brianc/node-sql)
11
0 commit comments