UNPKG

drizzle-cube

Version:

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

11 lines (10 loc) 285 B
/** * AI Assistant utilities export * * Note: AIAssistantModal has been deprecated and removed. * The inline AI panel in AnalysisBuilder uses useAnalysisAI hook which * depends on these utilities. */ export * from './types'; export * from './constants'; export * from './utils';