Skip to content

Commit

Permalink
Add TCP KeepAlive connection config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu Cao committed Jan 9, 2017
1 parent ffa4c27 commit 7b30fb0
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 437 deletions.
3 changes: 2 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# node-vertica [![Build Status](https://travis-ci.org/wvanbergen/node-vertica.png?branch=travis)](https://travis-ci.org/wvanbergen/node-vertica)

> WARNING: this library is not maintained.
> WARNING: this library is not maintained.
A pure javascript library to connect to a Vertica database. Except that it is written in CoffeeScript.

Expand Down Expand Up @@ -33,6 +33,7 @@ options are supported.
- `initializer`: a callback function that gets called after connection but before any query
gets executed.
- `decoders`: an object containing custom buffer decoders for query result field deserialization, see usage in custom decoders test.
- `keepAlive`: Enable/disable tcp keep-alive functionality (default: false).

```coffeescript

Expand Down

0 comments on commit 7b30fb0

Please sign in to comment.