PgJsonBuilderInitial Type — drizzle-orm Architecture
Architecture documentation for the PgJsonBuilderInitial type/interface in json.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 300b1736_7135_1d41_1b0a_caf449059c76["PgJsonBuilderInitial"] 9cf33382_6a25_c3a9_0185_da2af17a8484["json.ts"] 300b1736_7135_1d41_1b0a_caf449059c76 -->|defined in| 9cf33382_6a25_c3a9_0185_da2af17a8484 style 300b1736_7135_1d41_1b0a_caf449059c76 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/pg-core/columns/json.ts lines 7–14
export type PgJsonBuilderInitial<TName extends string> = PgJsonBuilder<{
name: TName;
dataType: 'json';
columnType: 'PgJson';
data: unknown;
driverParam: unknown;
enumValues: undefined;
}>;
Defined In
Source
Frequently Asked Questions
What is the PgJsonBuilderInitial type?
PgJsonBuilderInitial is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/columns/json.ts.
Where is PgJsonBuilderInitial defined?
PgJsonBuilderInitial is defined in drizzle-orm/src/pg-core/columns/json.ts at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free