Skip to content

Commit

Permalink
add doc amendment
Browse files Browse the repository at this point in the history
  • Loading branch information
windyrobin committed Apr 16, 2013
1 parent 8475358 commit 2f9a466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ npm install node-query

it could be used in some typical scenarios:
* As a SQL frontend, do syntax checking and formating.
* As a SQL engine for your KV databases like hbase or anything like that.
* As a SQL engine for your KV databases like HBase or anything like that.
* Providing a SQL interface for your HTTP/WEB service.
* Do data merging and intergration among many differecnt data sources like Oracle, MySQL, HBase etc.
* Do data merging and intergration among many different data sources like Oracle, MySQL, HBase etc.


## Demo & Test
Expand All @@ -32,7 +32,7 @@ make
```

read the demo carefully and then you could write own loader/adapter,
there are also many test cases in `test/unit`, they would be great heleful to you.
there are also many test cases in `test/unit`, they would be great helpful to you.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "windyrobin",
"name": "node-query",
"description": "general sql query interface for hybrid data sources",
"version": "0.3.2",
"version": "0.3.3",
"repository": {
"url": "git://github.com/alibaba/nquery.git"
},
Expand Down

0 comments on commit 2f9a466

Please sign in to comment.