Home / Type/ DrizzleAwsDataApiPgConfig Type — drizzle-orm Architecture

DrizzleAwsDataApiPgConfig Type — drizzle-orm Architecture

Architecture documentation for the DrizzleAwsDataApiPgConfig type/interface in driver.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  91d2685c_b270_12e5_dfff_ba6fb38c7d37["DrizzleAwsDataApiPgConfig"]
  d4882ed1_0e96_6210_f61b_425eb48edf20["driver.ts"]
  91d2685c_b270_12e5_dfff_ba6fb38c7d37 -->|defined in| d4882ed1_0e96_6210_f61b_425eb48edf20
  style 91d2685c_b270_12e5_dfff_ba6fb38c7d37 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/aws-data-api/pg/driver.ts lines 30–36

export interface DrizzleAwsDataApiPgConfig<
	TSchema extends Record<string, unknown> = Record<string, never>,
> extends DrizzleConfig<TSchema> {
	database: string;
	resourceArn: string;
	secretArn: string;
}

Frequently Asked Questions

What is the DrizzleAwsDataApiPgConfig type?
DrizzleAwsDataApiPgConfig is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/aws-data-api/pg/driver.ts.
Where is DrizzleAwsDataApiPgConfig defined?
DrizzleAwsDataApiPgConfig is defined in drizzle-orm/src/aws-data-api/pg/driver.ts at line 30.

Analyze Your Own Codebase

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

Try Supermodel Free