OneTUI 0.2.0: writes, CQL and one way to query everything

tl;dr Notes: 0.2.0 at github.com/syndbg/onetui/releases. Link back to the 0.1.0 post. What’s new, at a glance Notes: Every data source can now write, from the same query editor: PostgreSQL, Kafka, NATS, DynamoDB, RabbitMQ, Qdrant. New data source: ScyllaDB and Cassandra, through one cql connection kind. Syntax highlighting in the editor, per data source language. Multi-line editor (Shift+Enter), query history (Ctrl-P / Ctrl-N, Shift+H), optional persistent history. Confirmation before a query runs, on by default (ask_for_query_confirm). Connection errors in a popup. Inline username= / password= credentials in connection config (#41). The 0.1.0 post named four sources. 0.1.0 already shipped DynamoDB and RabbitMQ as read-only too. 0.2.0 makes seven. PostgreSQL: SQL with highlighting and a confirmation step ...

September 28, 2026 · 6 min