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

dryJournal() — drizzle-orm Function Reference

Architecture documentation for the dryJournal() function in utils.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  07e59218_8afc_c115_f12e_e4cdd535275b["dryJournal()"]
  5847e5ae_7b4a_4b02_b68f_883ef88b3c1a["utils.ts"]
  07e59218_8afc_c115_f12e_e4cdd535275b -->|defined in| 5847e5ae_7b4a_4b02_b68f_883ef88b3c1a
  3f325b6b_14df_fa20_c5d7_83c98bc3d75c["prepareOutFolder()"]
  3f325b6b_14df_fa20_c5d7_83c98bc3d75c -->|calls| 07e59218_8afc_c115_f12e_e4cdd535275b
  style 07e59218_8afc_c115_f12e_e4cdd535275b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-kit/src/utils.ts lines 75–81

export const dryJournal = (dialect: Dialect): Journal => {
	return {
		version: snapshotVersion,
		dialect,
		entries: [],
	};
};

Domain

Subdomains

Called By

Frequently Asked Questions

What does dryJournal() do?
dryJournal() is a function in the drizzle-orm codebase, defined in drizzle-kit/src/utils.ts.
Where is dryJournal() defined?
dryJournal() is defined in drizzle-kit/src/utils.ts at line 75.
What calls dryJournal()?
dryJournal() is called by 1 function(s): prepareOutFolder.

Analyze Your Own Codebase

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

Try Supermodel Free