Home / Type/ PgBooleanBuilderInitial Type — drizzle-orm Architecture

PgBooleanBuilderInitial Type — drizzle-orm Architecture

Architecture documentation for the PgBooleanBuilderInitial type/interface in boolean.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  9410cff9_2b23_ae77_2616_d33e80912e03["PgBooleanBuilderInitial"]
  a4c9ea05_02a5_9e77_fca8_a0fb14b13f43["boolean.ts"]
  9410cff9_2b23_ae77_2616_d33e80912e03 -->|defined in| a4c9ea05_02a5_9e77_fca8_a0fb14b13f43
  style 9410cff9_2b23_ae77_2616_d33e80912e03 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/columns/boolean.ts lines 7–14

export type PgBooleanBuilderInitial<TName extends string> = PgBooleanBuilder<{
	name: TName;
	dataType: 'boolean';
	columnType: 'PgBoolean';
	data: boolean;
	driverParam: boolean;
	enumValues: undefined;
}>;

Frequently Asked Questions

What is the PgBooleanBuilderInitial type?
PgBooleanBuilderInitial is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/pg-core/columns/boolean.ts.
Where is PgBooleanBuilderInitial defined?
PgBooleanBuilderInitial is defined in drizzle-orm/src/pg-core/columns/boolean.ts at line 7.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free