UNPKG

@timescaledb/core

Version:

The `@timescaledb/core` package provides fundamental building blocks for working with TimescaleDB in TypeScript/JavaScript applications. It includes SQL query builders and utilities for managing hypertables, continuous aggregates, compression, and other T

2 lines (1 loc) 97 B
export declare function generateTimestamptzCheck(tableName: string, columnName: string): string;