link() — drizzle-orm Function Reference
Architecture documentation for the link() function in policies.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 15f16149_dfeb_b98d_13e8_5d4dd1f922e7["link()"] f86054e6_9a36_2142_b020_d41b11f58b79["GelPolicy"] 15f16149_dfeb_b98d_13e8_5d4dd1f922e7 -->|defined in| f86054e6_9a36_2142_b020_d41b11f58b79 style 15f16149_dfeb_b98d_13e8_5d4dd1f922e7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/gel-core/policies.ts lines 48–51
link(table: GelTable): this {
this._linkedTable = table;
return this;
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does link() do?
link() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/gel-core/policies.ts.
Where is link() defined?
link() is defined in drizzle-orm/src/gel-core/policies.ts at line 48.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free