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

1.2.0 • 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'))

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nitra/dremio

    Weekly Downloads

    69

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    5.45 kB

    Total Files

    6

    Last publish

    Collaborators

    • vitaliytv