Home / Type/ JsonCreateRoleStatement Type — drizzle-orm Architecture

JsonCreateRoleStatement Type — drizzle-orm Architecture

Architecture documentation for the JsonCreateRoleStatement type/interface in jsonStatements.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  479ac0fc_4798_b986_6fde_085571866f64["JsonCreateRoleStatement"]
  6139f734_8ada_c641_9fec_9a55cfdf376f["jsonStatements.ts"]
  479ac0fc_4798_b986_6fde_085571866f64 -->|defined in| 6139f734_8ada_c641_9fec_9a55cfdf376f
  style 479ac0fc_4798_b986_6fde_085571866f64 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 137–145

export interface JsonCreateRoleStatement {
	type: 'create_role';
	name: string;
	values: {
		inherit?: boolean;
		createDb?: boolean;
		createRole?: boolean;
	};
}

Frequently Asked Questions

What is the JsonCreateRoleStatement type?
JsonCreateRoleStatement is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/src/jsonStatements.ts.
Where is JsonCreateRoleStatement defined?
JsonCreateRoleStatement is defined in drizzle-kit/src/jsonStatements.ts at line 137.

Analyze Your Own Codebase

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

Try Supermodel Free