Skip to content

Add Sutido to GUI - #554

Open
nicomaag wants to merge 1 commit into
dhamaniasad:masterfrom
nicomaag:add-sutido
Open

Add Sutido to GUI#554
nicomaag wants to merge 1 commit into
dhamaniasad:masterfrom
nicomaag:add-sutido

Conversation

@nicomaag

Copy link
Copy Markdown

Adds Sutido to Tools > GUI, alphabetically between SQLPro for Postgres and temBoard.

Sutido is a Windows desktop client that connects to PostgreSQL, MongoDB, SQL Server, Aerospike and ClickHouse from a single workspace. On the PostgreSQL side:

  • Autocomplete from the live schema - tables, columns, functions and keywords - in a Monaco-based editor.
  • Scripts are split into statements and run on one pinned pool connection, so session state (SET, temp tables, transactions) behaves the way it does in psql.
  • Abort actually cancels server-side via pg_cancel_backend, rather than only abandoning the result.
  • Destructive statements are scanned before anything is sent and raise a confirmation naming the table - including the case where a partial editor selection turns DELETE FROM t WHERE ... into an unqualified DELETE FROM t.
  • SSH tunnelling with trust-on-first-use host keys, for databases behind a bastion.
  • Secrets (passwords, SSH keys) are stored with OS-level encryption, never plaintext.

On the general conditions: it is closed source, so the entry carries the required (Commercial Software) note. It is a shipping product at 0.11 in daily production use rather than an untested script, though I will note plainly that it is young - entirely your call whether that clears the "reasonably recognized and adopted" bar, and no hard feelings if it does not yet.

Link: https://sutido.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants