Skip to content

fix: replace TypeORM health check with Drizzle#36

Open
brentthomas248 wants to merge 1 commit into
OrbitStream:mainfrom
brentthomas248:fix/issue-6-drizzle-health-indicator
Open

fix: replace TypeORM health check with Drizzle#36
brentthomas248 wants to merge 1 commit into
OrbitStream:mainfrom
brentthomas248:fix/issue-6-drizzle-health-indicator

Conversation

@brentthomas248

Copy link
Copy Markdown

Closes #6

Summary:

  • Remove the TypeORM health dependency and app wiring.
  • Add a Drizzle-backed health indicator.
  • Update health controller/module wiring and the smoke-test override.
  • Add focused success/failure tests for the new health behavior.

Tests:

  • npm test
  • npm run build
  • npm run lint (exits 0; existing warnings remain)
  • npm run format:check
  • git diff --check
  • npm ls @nestjs/typeorm typeorm --depth=0 (empty; npm exits 1 because both packages are absent)
  • rg -n "TypeOrm|TypeORM|typeorm|@nestjs/typeorm" package.json src (no matches)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REF] Remove TypeORM, Implement Drizzle Health Indicator

1 participant