dzmipt/kdbStudio

Store servers in a separate file and another format

Opened this issue · 2 comments

It would allow to ship KDB-studio with some predefined list of servers without interfering with use settings like font etc. Also some widely-used format like JSON would allow generating server lists with ease

Agreed that we need to separate settings from server configuration. As for format, I'd like to converge with FINOS version (https://github.com/finos/kdb-studio). They've already implemented import/export as JSON. So i think we need to use JSON.

I like json as well, will try to make it schema-compatible with that fork