Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File editing should be available without connecting to a server #71

Open
gyorokpeter opened this issue Sep 19, 2021 · 3 comments
Open

Comments

@gyorokpeter
Copy link

No description provided.

@ColinEberhardt
Copy link
Contributor

This leads to a broader question is Boothroyd either:

  1. A database GUI with a built-in scrip editor
  2. A script editor with the ability to connect to a database

We are opting for (1), hence features such as a table explorer. This is similar to tools such as Squirrel SQL.

@gyorokpeter
Copy link
Author

I don't think this is a matter of choice if we are aiming to replace KDB Studio. We need to follow its overall design principles, which includes that the server connection only needs to be alive if you actually want to do any queries. Many users have loads of different servers with no good choice for one to use as the "default". Also these servers may keep coming up and down. So locking the editor behind having to open a server connection would be a hindrance in terms of UX.

@mcleo-d
Copy link

mcleo-d commented Oct 11, 2021

Updates as discussed between @gyorokpeter and @ColinEberhardt during KDB meeting finos/kdb#59. There should be a local config to disable communications to external servers where this can be a banking infrastructure concern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants