Home / Type/ Equipment Type — drizzle-orm Architecture

Equipment Type — drizzle-orm Architecture

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

Entity Profile

Dependency Diagram

graph TD
  2291ad22_a2eb_391a_54e3_4e9865b7dd5a["Equipment"]
  6b4b5478_1e31_3c5f_fd80_52b37d2daf24["pg-common.ts"]
  2291ad22_a2eb_391a_54e3_4e9865b7dd5a -->|defined in| 6b4b5478_1e31_3c5f_fd80_52b37d2daf24
  style 2291ad22_a2eb_391a_54e3_4e9865b7dd5a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

integration-tests/tests/pg/pg-common.ts lines 2622–2629

			enum Equipment {
				barbell = 'barbell',
				dumbbell = 'dumbbell',
				bodyweight = 'bodyweight',
				machine = 'machine',
				cable = 'cable',
				kettlebell = 'kettlebell',
			}

Frequently Asked Questions

What is the Equipment type?
Equipment is a type/interface in the drizzle-orm codebase, defined in integration-tests/tests/pg/pg-common.ts.
Where is Equipment defined?
Equipment is defined in integration-tests/tests/pg/pg-common.ts at line 2622.

Analyze Your Own Codebase

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

Try Supermodel Free