Home / Type/ PgPointObjectBuilderInitial Type — drizzle-orm Architecture

PgPointObjectBuilderInitial Type — drizzle-orm Architecture

Architecture documentation for the PgPointObjectBuilderInitial type/interface in point.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  ac3701a7_760b_47a6_7d79_883df4277ed8["PgPointObjectBuilderInitial"]
  58c078fc_6d1a_a3c6_17ef_66abfc1c74f5["point.ts"]
  ac3701a7_760b_47a6_7d79_883df4277ed8 -->|defined in| 58c078fc_6d1a_a3c6_17ef_66abfc1c74f5
  style ac3701a7_760b_47a6_7d79_883df4277ed8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/pg-core/columns/point.ts lines 58–65

export type PgPointObjectBuilderInitial<TName extends string> = PgPointObjectBuilder<{
	name: TName;
	dataType: 'json';
	columnType: 'PgPointObject';
	data: { x: number; y: number };
	driverParam: string;
	enumValues: undefined;
}>;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free