JsonDeleteCompositePK Type — drizzle-orm Architecture
Architecture documentation for the JsonDeleteCompositePK type/interface in jsonStatements.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 929849af_5f46_8393_813c_87194bba7025["JsonDeleteCompositePK"] 6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"] 929849af_5f46_8393_813c_87194bba7025 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f style 929849af_5f46_8393_813c_87194bba7025 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-kit/src/jsonStatements.ts lines 395–401
export interface JsonDeleteCompositePK {
type: 'delete_composite_pk';
tableName: string;
data: string;
schema?: string;
constraintName?: string;
}
Defined In
Source
Frequently Asked Questions
What is the JsonDeleteCompositePK type?
JsonDeleteCompositePK is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonDeleteCompositePK defined?
JsonDeleteCompositePK is defined in drizzle-kit/src/jsonStatements.ts at line 395.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free