Wisser / Jailer

Database Subsetting and Relational Data Browsing Tool.

Home Page:https://wisser.github.io/Jailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no Create Connection Button

cdxf opened this issue · comments

commented

When I open Jailer or Jailer Data Browser, can't add new db connection because there is no button for it. For now I must edit the existing one

Description of the Issue

image

Expected Behavior

There is a button to create new db connection

Actual Behavior

There is no button to create new db connection

At this point -immediately after startup- a new database connection cannot be created, since it would not be clear to which data model it would belong.

A data model contains information about tables and their interrelationships in databases. To a model there are then 1 to n associated connections to one of these databases each.

To create a new connection, first select the data model in the first tab "Data Model". New models can also be created here. Subsequently, when a connection is created, a new connection dialog will appear that includes a "New" button.

I admit that the initial dialog can be confusing and should be revised.