Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scommisso committed Mar 5, 2015
1 parent 45b1377 commit c73dae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![Dependency Status](https://gemnasium.com/godaddy/node-priam.png?branch=master)](https://gemnasium.com/godaddy/node-priam)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/godaddy/node-priam/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

[![NPM](https://nodei.co/npm/priam.png?downloads=true&stars=true)](https://www.npmjs.org/package/priam)
[![NPM](https://nodei.co/npm/priam.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.org/package/priam)

priam
=====

A simple [Cassandra](http://cassandra.apache.org/) driver for [NodeJS](http://nodejs.org). It wraps the
[helenus](https://github.com/simplereach/helenus) and
[cassandra-driver](https://github.com/datastax/nodejs-driver) modules with additional error/retry handling, external
`.cql` file support, and connection option resolution from an external source, among other improvements.
`.cql` file support, connection option resolution from an external source, and query composition, among other improvements.

By default, the driver uses [cassandra-driver](https://github.com/datastax/nodejs-driver) over a binary-protocol connection.
If a Thrift connection is desired, simply specify the [helenus](https://github.com/simplereach/helenus) driver option
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "priam",
"version": "1.2.0",
"description": "A simple Cassandra driver. It wraps the helenus and cassandra-driver Cassandra drivers with additional error/retry handling, external .cql file support, connection option resolution from an external source, and query composition, among other improvements.",
"description": "A simple Cassandra driver. It wraps the helenus and cassandra-driver modules with additional error/retry handling, external .cql file support, connection option resolution from an external source, and query composition, among other improvements.",
"keywords": [
"cassandra",
"cql"
Expand Down

0 comments on commit c73dae6

Please sign in to comment.