varbinary() — drizzle-orm Function Reference
Architecture documentation for the varbinary() function in varbinary.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 1ce12147_df13_c873_7872_5698c9fe16d0["varbinary()"] e6c0e668_83dd_e931_0353_2d612a8d53b8["varbinary.ts"] 1ce12147_df13_c873_7872_5698c9fe16d0 -->|defined in| e6c0e668_83dd_e931_0353_2d612a8d53b8 737a90f6_aa64_e59e_2606_7da8933dc1c4["getSQLType()"] 737a90f6_aa64_e59e_2606_7da8933dc1c4 -->|calls| 1ce12147_df13_c873_7872_5698c9fe16d0 style 1ce12147_df13_c873_7872_5698c9fe16d0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/singlestore-core/columns/varbinary.ts lines 75–78
export function varbinary(a?: string | SingleStoreVarbinaryOptions, b?: SingleStoreVarbinaryOptions) {
const { name, config } = getColumnNameAndConfig<SingleStoreVarbinaryOptions>(a, b);
return new SingleStoreVarBinaryBuilder(name, config);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does varbinary() do?
varbinary() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/singlestore-core/columns/varbinary.ts.
Where is varbinary() defined?
varbinary() is defined in drizzle-orm/src/singlestore-core/columns/varbinary.ts at line 75.
What calls varbinary()?
varbinary() is called by 1 function(s): getSQLType.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free