Home / Type/ DialectSuite Type — drizzle-orm Architecture

DialectSuite Type — drizzle-orm Architecture

Architecture documentation for the DialectSuite type/interface in common.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  a211d79f_4ddf_2bde_927e_68880f861f6f["DialectSuite"]
  7c858a93_3469_e686_7ebe_2fc036d997ed["common.ts"]
  a211d79f_4ddf_2bde_927e_68880f861f6f -->|defined in| 7c858a93_3469_e686_7ebe_2fc036d997ed
  style a211d79f_4ddf_2bde_927e_68880f861f6f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-kit/tests/push/common.ts lines 3–21

export interface DialectSuite {
	allTypes(context?: any): Promise<void>;
	addBasicIndexes(context?: any): Promise<void>;
	changeIndexFields(context?: any): Promise<void>;
	dropIndex(context?: any): Promise<void>;
	indexesToBeNotTriggered(context?: any): Promise<void>;
	indexesTestCase1(context?: any): Promise<void>;
	addNotNull(context?: any): Promise<void>;
	addNotNullWithDataNoRollback(context?: any): Promise<void>;
	addBasicSequences(context?: any): Promise<void>;
	addGeneratedColumn(context?: any): Promise<void>;
	addGeneratedToColumn(context?: any): Promise<void>;
	dropGeneratedConstraint(context?: any): Promise<void>;
	alterGeneratedConstraint(context?: any): Promise<void>;
	createTableWithGeneratedConstraint(context?: any): Promise<void>;
	createCompositePrimaryKey(context?: any): Promise<void>;
	renameTableWithCompositePrimaryKey(context?: any): Promise<void>;
	case1(): Promise<void>;
}

Frequently Asked Questions

What is the DialectSuite type?
DialectSuite is a type/interface in the drizzle-orm codebase, defined in drizzle-kit/tests/push/common.ts.
Where is DialectSuite defined?
DialectSuite is defined in drizzle-kit/tests/push/common.ts at line 3.

Analyze Your Own Codebase

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

Try Supermodel Free