UNPKG

drizzle-cube

Version:

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

9 lines (8 loc) 195 B
/** * Drizzle Cube Utilities * * Utility functions only - for applications that need helper functions * without any UI components. */ export * from './utils'; export type {} from './types';