@prestodb/presto-js-client
Version:
This is a Presto JavaScript client that connects to Presto via Presto's REST API to run queries.
24 lines (23 loc) • 490 B
JSON
{
"name": "@prestodb/presto-js-client",
"version": "1.1.0",
"keywords": [
"database",
"presto",
"prestodb",
"sql"
],
"bugs": {
"url": "https://github.com/prestodb/presto-js-client/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/prestodb/presto-js-client",
"directory": "presto-client"
},
"license": "Apache-2.0",
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {}
}