Thin, typed Trino HTTP client for Node 18+ with a simple `query()` API and an async iterator for streaming rows.
npm install @mkven/example-packageThin, typed Trino HTTP client for Node 18+ with a simple query() API and an async iterator for streaming rows.
``ts
import { Calculator } from '@mkven/example-package';
const calculator = new Calculator();
console.log('columns:', calculator.sum(1, 3));
``
- Summing two numbers