Skip to content

fix: validate missing dbAdapter option#976

Open
SayanDey322 wants to merge 1 commit into
hoodiehq:masterfrom
SayanDey322:fix-dbAdapter-validation
Open

fix: validate missing dbAdapter option#976
SayanDey322 wants to merge 1 commit into
hoodiehq:masterfrom
SayanDey322:fix-dbAdapter-validation

Conversation

@SayanDey322

Copy link
Copy Markdown

Summary

Adds validation for missing dbAdapter option to prevent runtime crashes.

Changes

  • Added defensive validation for missing dbAdapter
  • Throws clear error when dbAdapter is missing and neither dbUrl nor inMemory is set
  • Added unit test coverage for missing dbAdapter

Closes #967

@SayanDey322 SayanDey322 force-pushed the fix-dbAdapter-validation branch 3 times, most recently from 60a5537 to fcf88e4 Compare May 1, 2026 10:47
@SayanDey322 SayanDey322 force-pushed the fix-dbAdapter-validation branch from fcf88e4 to 46a509c Compare May 1, 2026 10:47
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.

Add validation for missing dbAdapter option

1 participant