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

I'd love to see first-class support for [CockroachDB](https://www.cockroachlabs.com/) – CockroachDB supports the PostgreSQL wire protocol, so it should be relatively simple to add support.

enhancement
help wanted

Right now, you have to click on the checkbox itself to toggle the checkbox. We should allow clicking on the table name as well to toggle it. This can be...

enhancement
good first issue

When generating a diagram for a complex schema, the diagram ends up being very messy with a lot of elements overlapping, and the diagram ends up unusable. Instead, the diagram...

enhancement

The app has changed a lot since the version 1.0. Would be awesome get the [demo](https://github.com/sqlectron/sqlectron-gui#demo-version-100) updated with the latest version showing most of the existing features. Maybe we could...

enhancement
help wanted
Hacktoberfest

I input a wrong password, and try to correct it, but it's inoperative until I reopen the application. version: sqlectron-Setup-1.32.0.exe ![Snipaste_2020-10-12_22-12-24](https://user-images.githubusercontent.com/26924947/95756282-2b11fb00-0cd8-11eb-8ea5-0a6711737474.png) ![Snipaste_2020-10-12_22-15-40](https://user-images.githubusercontent.com/26924947/95756509-75937780-0cd8-11eb-9107-7b4152e7d483.png)

bug

When I run the following query I get the incorrect result in sqlectron. SELECT CAST(GETDATE() AS DATE) Here's an image of the results of the query from sqlectron and ssms:

bug

for example , i want to dump table struct all of db, by click one more button.

Right now the GUI only shows me tables and columns and allows me to run my own queries, but it would be great if there was an interface for managing...

enhancement