UNPKG

drizzle-cube

Version:

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

10 lines (9 loc) 343 B
/** * Drizzle Cube React Providers * * React providers and context only - for applications that need data providers * without UI components. */ export { CubeProvider, useCubeContext } from './providers/CubeProvider'; export { createCubeClient } from './client/CubeClient'; export type { CubeApiOptions, CubeQueryOptions } from './types';