-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Improve Documentation: Database Selection Clarity
Issue
The current documentation lacks clear guidance on database selection, leading to potential confusion:
- Users are not explicitly informed about database selection via connection string
- Default connection to
testdatabase is not documented - No clear instructions for connecting to alternate databases
Impact
- New users may unintentionally interact with existing
testdatabases - Lack of clarity may cause confusion in production environments
- Missing documentation on a fundamental configuration option
Proposed Solution
Add a "Database Selection" section to README.md that:
- Explains database selection via MongoDB connection URL
- Documents the default
testdatabase behavior - Provides clear examples of connecting to different databases
Metadata
Metadata
Assignees
Labels
No labels