drizzle-query-logger

JSON →
library 1.1.2 ·javascript
verified Jun 4, 2026

Enhanced query logger for Drizzle ORM that replaces the default plain text logging with color-coded, syntax-highlighted output including icons for query types (SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER), table name extraction, parameter formatting, timestamps, and query numbering. Version 1.1.2 is the latest stable release, updated regularly. Peer dependencies are drizzle-orm >=0.44.3 <1.0.0 and TypeScript 5. Differentiators: fully typed (implements Drizzle's Logger interface), uses box-drawing characters for structured display, and supports custom logging functions for integration with external systems like Winston or Pino.