Update README.md

Add travis badge
This commit is contained in:
Brian C 2014-11-03 10:46:25 -05:00
parent 02ff00a374
commit aa61055029

View File

@ -1,5 +1,7 @@
# pg-query-stream
[![Build Status](https://travis-ci.org/brianc/node-pg-query-stream.svg)](https://travis-ci.org/brianc/node-pg-query-stream)
Receive result rows from [pg](https://github.com/brianc/node-postgres) as a readable (object) stream.
This module __only works with the pure JavaScript client__.