Home / Function/ constructor() — drizzle-orm Function Reference

constructor() — drizzle-orm Function Reference

Architecture documentation for the constructor() function in session.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  1dec9a5b_930a_986f_f08e_ace976bb00e2["constructor()"]
  33ba6b18_96d6_f163_e48c_66df08078cf2["ExpoSQLiteSession"]
  1dec9a5b_930a_986f_f08e_ace976bb00e2 -->|defined in| 33ba6b18_96d6_f163_e48c_66df08078cf2
  1b40b2b4_a68b_0791_cf9a_d2a316c5ba06["constructor()"]
  1b40b2b4_a68b_0791_cf9a_d2a316c5ba06 -->|calls| 1dec9a5b_930a_986f_f08e_ace976bb00e2
  1b40b2b4_a68b_0791_cf9a_d2a316c5ba06["constructor()"]
  1dec9a5b_930a_986f_f08e_ace976bb00e2 -->|calls| 1b40b2b4_a68b_0791_cf9a_d2a316c5ba06
  style 1dec9a5b_930a_986f_f08e_ace976bb00e2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/expo-sqlite/session.ts lines 33–41

	constructor(
		private client: SQLiteDatabase,
		dialect: SQLiteSyncDialect,
		private schema: RelationalSchemaConfig<TSchema> | undefined,
		options: ExpoSQLiteSessionOptions = {},
	) {
		super(dialect);
		this.logger = options.logger ?? new NoopLogger();
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does constructor() do?
constructor() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/expo-sqlite/session.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/expo-sqlite/session.ts at line 33.
What does constructor() call?
constructor() calls 1 function(s): constructor.
What calls constructor()?
constructor() is called by 1 function(s): constructor.

Analyze Your Own Codebase

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

Try Supermodel Free