Home / Type/ SingleStoreTableWithColumns Type — drizzle-orm Architecture

SingleStoreTableWithColumns Type — drizzle-orm Architecture

Architecture documentation for the SingleStoreTableWithColumns type/interface in table.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  18fdee3e_e4ae_2c50_3dc6_aacea1a9d1a1["SingleStoreTableWithColumns"]
  6ef75418_34dd_144f_22fc_b3be7afcdae3["table.ts"]
  18fdee3e_e4ae_2c50_3dc6_aacea1a9d1a1 -->|defined in| 6ef75418_34dd_144f_22fc_b3be7afcdae3
  style 18fdee3e_e4ae_2c50_3dc6_aacea1a9d1a1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/singlestore-core/table.ts lines 43–47

export type SingleStoreTableWithColumns<T extends TableConfig> =
	& SingleStoreTable<T>
	& {
		[Key in keyof T['columns']]: T['columns'][Key];
	};

Frequently Asked Questions

What is the SingleStoreTableWithColumns type?
SingleStoreTableWithColumns is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/singlestore-core/table.ts.
Where is SingleStoreTableWithColumns defined?
SingleStoreTableWithColumns is defined in drizzle-orm/src/singlestore-core/table.ts at line 43.

Analyze Your Own Codebase

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

Try Supermodel Free