antoniovizuete / clickhouser

ClickHouse Query Runner
http://clickhouser.com
9 stars 2 forks source link

Store db connections in local storage #68

Closed juancarlosllhL closed 1 year ago

juancarlosllhL commented 1 year ago

I would like to be able to save the connections locally in the browser.

The application could include a button to save a connection (by naming it) and a dropdown where you can load the data of a saved connection.

The connections would be saved in the browser using local storage.

antoniovizuete commented 1 year ago

I'm close to finishing the request.

Before releasing it, I have to add a way to encrypt the connections' passwords because they are currently stored on local storage as plain text. It could be very harmful.