feature/mongodb-directConnection #122

Closed
opened 2026-04-05 16:15:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Ujstor on 2/18/2026

  • Add directConnection boolean field to the MongoDB database model (backend + frontend)
  • When enabled, appends &directConnection=true to connection URIs (both buildConnectionURI and BuildMongodumpURI)
  • New toggle in Advanced Settings UI with tooltip explaining the use case
  • Connection string parser supports parsing directConnection=true from clipboard
  • Database migration adds direct_connection column to mongodb_databases table

Resolves #376

*Originally created by @Ujstor on 2/18/2026* - Add `directConnection` boolean field to the MongoDB database model (backend + frontend) - When enabled, appends `&directConnection=true` to connection URIs (both `buildConnectionURI` and `BuildMongodumpURI`) - New toggle in Advanced Settings UI with tooltip explaining the use case - Connection string parser supports parsing `directConnection=true` from clipboard - Database migration adds `direct_connection` column to `mongodb_databases` table Resolves #376
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#122