UNPKG

drizzle-cube

Version:

Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.

12 lines (11 loc) 284 B
/** * ID Generation Utilities for AnalysisBuilder */ /** * Generate a unique ID for items */ export declare function generateId(): string; /** * Generate letter label for metrics (A, B, C, ..., AA, AB, ...) */ export declare function generateMetricLabel(index: number): string;