Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@watchdg/clickhouse-client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@watchdg/clickhouse-client

nodejs clickhouse client

  • 1.15.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-94.87%
Maintainers
1
Weekly downloads
 
Created
Source

clickhouse-client

nodejs clickhouse client

Install

yarn add @watchdg/clickhouse-client
# or
npm install @watchdg/clickhouse-client

How to use

import {ClickhouseClient} from '@watchdg/clickhouse-client';

(async function () {
    const clickhouseClient = new ClickhouseClient();
    const {rows, data} = await clickhouseClient.query('select 1');
    console.log(data);
})();

Supported formats

  • TabSeparated (TSV)
  • TabSeparatedRaw (TSVRaw)
  • TabSeparatedWithNames (TSVWithNames)
  • TabSeparatedWithNamesAndTypes (TSVWithNamesAndTypes)

Supported types

ClickhouseNodeJS
Int8Number
Int16Number
Int32Number
UInt8Number
UInt16Number
UInt32Number
Float32Number
Float64Number
Int64BigInt
Int128BigInt
Int256BigInt
UInt64BigInt
UInt128BigInt
UInt256BigInt
BoolBoolean
DateTimeDate
StringString
UUIDString
  • Nullable(T)
  • Array(T)

Keywords

FAQs

Package last updated on 21 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc