@nitra/dremio
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

@nitra/dremio

see demo

import { connect, query } from '@nitra/dremio'

// Підключаємось до DREMIO
connect('dremio://user:pass@127.0.0.1:9047?protocol=http')

console.log(await query('SELECT 11 AS p1, 22 AS p2 UNION SELECT 110 AS p1, 220 AS p2'))

Readme

Keywords

Package Sidebar

Install

npm i @nitra/dremio

Weekly Downloads

20

Version

1.1.4

License

MIT

Unpacked Size

5.32 kB

Total Files

6

Last publish

Collaborators

  • vitaliytv