PartiQL editor
PartiQL thatknows your table.
Write SQL-shaped statements against DynamoDB. Completions follow your cursor, an advisory strip names the access pattern before you run, and one toggle turns the results grid writable with every save staged as a pending change.
Completions that read your schema. Field suggestions with their types follow your cursor through SELECT and WHERE, filtered as you type. Table names, SQL keywords, and DynamoDB functions like BEGINS_WITH and CONTAINS are a keystroke away.
Know the plan before you run. The advisory strip classifies every statement as you write it: GetItem, index query, or scan. A full scan against a production workspace goes red, so you see it before you run it.
Flip the results writable. One toggle adds the key column to the projection and re-runs the statement. Cells edit in place, and every save stages as a pending change instead of writing straight to the table.
Reads and writes, one editor. UPDATE ships through the same editor with the same advisory. Run it, get the confirmation, then re-run your SELECT and watch the row come back changed.
The editor, up close
CodeMirror underneath: SQL syntax highlighting, bracket matching, and a fast, lightweight feel.
Fields with their types after SELECT and WHERE, plus table names, SQL keywords, and DynamoDB functions.
Every statement classified before it runs: GetItem, index query, or a red full-scan warning on prod.
Run with the button or Cmd/Ctrl+Enter. Large result sets page in via NextToken.
Flip one toggle: the key column joins the projection, the statement re-runs, and cells become editable.
Consumed read and write capacity per execution, so expensive statements stand out immediately.