sqlectron-gui icon indicating copy to clipboard operation
sqlectron-gui copied to clipboard

A simple and lightweight SQL client desktop with cross database and platform support.

Results 119 sqlectron-gui issues
Sort by recently updated
recently updated
newest added

Need the ability to scale font size for UI - Hi-Res monitors text is small and color is grey making it more difficult to see

I usually have to generate credentials in the CLI and copy it over to Sqlectron manually. It would be helpful if I could automate that process by integrating the opening...

enhancement

Attempting to connect to a Postgres server hosted on Heroku gives me the following error when attempting to connect: > Connection Error no pg_hba.conf entry for host "86.168.251.42", user "fvmnrmgxxzmegd",...

bug

One of my favorite features of MySQL Workbench is the way I can open a connection I haven't opened for months and all my last sql files/tabs are there. This...

enhancement

On installing the app dependencies with npm it shows that there are vulnerabilities in some of our dependencies. We should try to handle them.

I intend to change the UI in the future which will definitely be easier if we are using the latest version of React and its related packages. Instead of doing...

dependency

Nowadays we can have multiple databases open with a server session. But if we want to open another server then we need to open a new window. That means more...

enhancement

Monaco seems to be a more modern text editor and it has a good typescript support too. I tried it out when I was trying to rewrite the app from...

enhancement

Having the basic SQL keyworkds auto completion is a nice to have feature. Here is an example of how to implement that https://github.com/sqlectron/sqlectron-gui/pull/553/files#diff-59569bd2b15b3a005a490bab7cd9e24c380a50292dfb049b6edef11495bf1002. This should be done after the editor...

enhancement

When we have a query, we can see the data in the grid, why not allow for editing that field instead of an update at least for simple updates to...

enhancement