@saazip/webhook-core-db
Sources:
packages/db/package.json|packages/db/src/schema.ts
Purpose
Section titled “Purpose”Drizzle schema ownership for endpoints, secret versions, deliveries, and attempts.
What it gives you
Section titled “What it gives you”- the persistence seam for durable outbound delivery history
- a place to evolve endpoint and attempt storage intentionally
Use this when
Section titled “Use this when”- you want WebhookCore beyond in-memory evaluation and into durable operations
Workspace details
Section titled “Workspace details”- Package name:
@saazip/webhook-core-db - Workspace path:
packages/db
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”drizzle-orm
Usually paired with
Section titled “Usually paired with”Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json