ManimCat / src /database /index.ts
littlebrian's picture
Sync from enhance: d795216 feat: implement patch response parser for search and replace functionality
9bd4242
Raw
History Blame Contribute Delete
358 Bytes
/**
* Database - 统一导出
*/
export { getDatabaseConfig, isDatabaseReady, isStudioDatabaseReady, isSupabaseConfigured } from './config'
export { getSupabaseClient } from './client'
export { createHistory, listHistory, getHistory, deleteHistory } from './history.service'
export type { HistoryRow, CreateHistoryInput, PaginatedResult } from './types'