mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Support for MongoDB without credentials #337
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saschabrockel on 12/24/2025
Hey,
first I want to say that this tool is very amazing and will rise even more now that it supports multiple database types. Great work, really! But the name could be confusing in the future.
For MongoDB, it would be nice to have the possibility to test the connection and use it without username and password, as I have none of them for my database used for yourspotify for example. I know it's not recommended without credentials, but it can be possible.
Thanks!