UNPKG

@push.rocks/smartlog-destination-clickhouse

Version:

A library to integrate Smartlog logging with ClickHouse database for efficient log storage and querying.

4 lines (3 loc) 183 B
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces'; import * as smartclickhouse from '@push.rocks/smartclickhouse'; export { smartlogInterfaces, smartclickhouse };