psequel
psequel copied to clipboard
Run your SQL query
- [x] Make edit dialog - [x] Gather table info to build modify query - [ ] Add modal dialog for insert new row - [x] Update row - [...
Issue: Current version show view info as tabular data, not convient to view or reason about Expect: Have a context menu for each table item: "Graph" to show visual schema
Sequeler might be useful to look at for this https://github.com/Alecaddd/sequeler
- [ ] Validate query using postgres parser - [ ] Optimnize the query building into a separate service (allow build select, update and delete query) - [x] Optimize `Relation`...
In the end, I can't deal with fixing endless meson bug and binding C library. This issue list benefits and changes when migrate to Go: **Benefit**: - Much better ecosystem...
When the number of records is less than a certain value (I have a table with 59 records and there is no error described in the title), there is an...
TODO: - [x] Add libssh2 to project - [x] Implement simple password ssh auth - [ ] Implement public key auth - [x] Working POC, can handle simple query -...
## Background Currently, our database client lacks SSH tunneling capabilities, which is essential for securely accessing remote databases that aren't directly accessible over the internet. Many production databases are only...
Hi, I have databases on AWS that require TLS. I have the CA certs (.pem and .p7b). Issues: 1. The file picker doesn't show me the files, I don't have...