drizzle-persistence-cleanup
Use when a TypeScript/Bun project has Drizzle installed but code is still using raw SQLite SQL for normal CRUD, when bun:sqlite exec deprecation diagnostics appear, or when placeholder external logging such as Sentry is present without user configuration. Triggers on "why are we writing raw SQL", "Drizzle is installed", "bun:sqlite exec is deprecated", "I don't have Sentry", "remove Sentry", "use Drizzle", and persistence/logging cleanup requests.
2026-04-24