athena-client
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "athena-client", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "a nodejs simple aws athena client", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/KoteiIto/node-athena", |
@@ -19,3 +19,3 @@ athena-client - a nodejs simple aws athena client | ||
var Athena = require("athena") | ||
var Athena = require("athena-client") | ||
var client = Athena.client(credentials, config) | ||
@@ -39,3 +39,3 @@ | ||
# API | ||
### athena = require("athena") | ||
### athena = require("athena-client") | ||
This module exposes the `Client` method, which execute query to AWS Athena | ||
@@ -42,0 +42,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26444