riok / Kreya

Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more.
https://kreya.app
288 stars 5 forks source link

'Plain text' user specific data on user/project configurable location #254

Open coenm opened 2 weeks ago

coenm commented 2 weeks ago

Is your feature request related to a problem? Please describe. I would like to update the user specific data using my own application such that is is always up to date. Now, this data is probably written to %appdata\Kreya\kreya.db, which i don't want to mess with.

Describe the solution you'd like I would like to see that the user specific data is written to text/json files something like <environment>.krenv in a user or project configurable location.

Describe alternatives you've considered nothing.

Additional context nothing.

CommonGuy commented 2 weeks ago

I can see the use case, I added this to our backlog.

If you want to mess with the %appdata\Kreya\kreya.db, it is a simple SQLite database. The data you want to modifiy is in the UserEnvironments table

coenm commented 2 weeks ago

Thanks