Skip to content

Menu Bar: Implement Connection -> New Connection from URL #228

Description

@ZhuchkaTriplesix

The New Connection from URL button does not allow creating connections via database URIs.

Proposed Solution:

  1. Show a dialog prompting for a connection URI (e.g. postgresql://user:pass@host:port/db).
  2. Parse the URI using Uri.parse.
  3. Build a ConnectionRow object from the parsed parts.
  4. Save it to LocalDb.instance.addConnection(...) and refresh the connections tree.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions