#preview #cql #syntax

app wq-zed

CQL (Cassandra Query Language) preview tool for Zed

1 stable release

Uses new Rust 2024

1.0.0 Nov 7, 2025

#259 in Text editors

MIT license

14KB
251 lines

WQ

A small tool that allows you to execute and preview CQL queries directly from Zed editor.

image image

Installation

cargo install wq-zed

Keybindings

Example keybinds for zed

{
    "context": "Editor && vim_mode == visual && !menu",
    "bindings": {
      "[ c": ["task::Spawn", { "task_name": "Execute query" }]
    }
}

[!NOTE] You don't need to create Execute query task, as it's provided by extension

[!IMPORTANT] This tool uses the same env variables as cqlls.
Please check the language server docs before using WQ

Dependencies

~16–31MB
~323K SLoC