BunSQLSessionOptions Type — drizzle-orm Architecture
Architecture documentation for the BunSQLSessionOptions type/interface in session.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 3062214b_3aa1_f6b5_02ce_65d621a75a08["BunSQLSessionOptions"] 18315257_3b48_a60d_f8cf_ea5ba47f9fd5["session.ts"] 3062214b_3aa1_f6b5_02ce_65d621a75a08 -->|defined in| 18315257_3b48_a60d_f8cf_ea5ba47f9fd5 style 3062214b_3aa1_f6b5_02ce_65d621a75a08 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/bun-sql/session.ts lines 105–108
export interface BunSQLSessionOptions {
logger?: Logger;
cache?: Cache;
}
Defined In
Source
Frequently Asked Questions
What is the BunSQLSessionOptions type?
BunSQLSessionOptions is a type/interface in the drizzle-orm codebase, defined in drizzle-orm/src/bun-sql/session.ts.
Where is BunSQLSessionOptions defined?
BunSQLSessionOptions is defined in drizzle-orm/src/bun-sql/session.ts at line 105.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free