Skip to content

[feature request] connect to multiple databases at the same time with Database manager #22

@paulvi

Description

@paulvi

#12 is closed though multiple issues are not solved:

  • keeping list of databases
  • connect to multiple databases at the same time

@Kanatoko has suggested to use 'Saved Actions' instead.
But it is not referenced in README/Help and not intuitive.

Use the 'Actions' view and the 'Saved Actions' view.

For example, when you connect to localhost/test, you will see a line like below in the 'Actions' view.

connect localhost:27017/test

Right click the line and select 'Save'.
Once saved to the 'Saved Actions', you can select that item and Shift+Enter, or right click and choose 'Execute' to redo that action.

By the way, 'Saved Actions' can be used more than that.
If you always use the 'foo' collection in the 'test' database,
You can edit the 'Saved Actions' item like below.

connect localhost:27017/test
show dbs
show collections
db.foo.fi>nd()

You can see the documents in the 'foo' collections with just select the item and Shift/Enter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions