Presto db Client
A new Presto HTTP API wrapper for Node.js.
Usage
'use strict'; const PrestoClient = ; let prestoClient = url: 'http://server-url:8080' user: 'presto' nextUriTimeout: 200 // in miliseconds; prestoClient ;
A new Presto HTTP API wrapper for Node.js.
'use strict'; const PrestoClient = ; let prestoClient = url: 'http://server-url:8080' user: 'presto' nextUriTimeout: 200 // in miliseconds; prestoClient ;
npm i prestodb
4
0.2.0
MIT