Home / Type/ JsonDisableRLSStatement Type — drizzle-orm Architecture

JsonDisableRLSStatement Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

drizzle-kit/src/jsonStatements.ts lines 294–298

export interface JsonDisableRLSStatement {
	type: 'disable_rls';
	tableName: string;
	schema: string;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free