CreateIndexParams Type — supabase Architecture
Architecture documentation for the CreateIndexParams type/interface in index-advisor.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/QueryPerformance/IndexAdvisor/index-advisor.utils.ts lines 43–49
interface CreateIndexParams {
projectRef?: string
connectionString?: string | null
indexStatements: string[]
onSuccess?: () => void
onError?: (error: any) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free