{"slug":"dbq","domain":"data","title":"Read-only SQL","summary":"Read-only SQL against the account's connected database, with results as CSV on stdout.","help":"dbq: read-only SQL against the connected database.\n\nUSAGE\n  dbq [--limit N] 'SELECT ...'\n\nRETURNS\n  CSV on stdout, header row first, so it pipes straight into `csv` or `awk`.\n\nREAD-ONLY\n  Reads only. There is no statement here that can write, and that is a property\n  of the tool rather than a convention: a session cannot be talked into an\n  UPDATE.\n\nDOES NOT COVER\n  Databases the account has not connected. Schema discovery: ask the database\n  for it in SQL.","example_command":"dbq --limit 5 'SELECT id, name FROM customers ORDER BY created_at DESC'","example_output":"","cost_class":"cached-read","tier":"metered","price_per_1k_calls":0,"price_is_from":false,"status":"available","commands":["dbq"],"default_enabled":true,"first_seen":"2026-09-09T04:30:35.160951Z","enabled":false}
