domo-sql-client
Installation
SKILL.md
@domoinc/toolkit - SqlClient
When to use this skill
Apply when executing SQL queries against Domo datasets, using AI-generated SQL from AIClient.text_to_sql, or any time you need to run raw SQL against a dataset alias. Use SqlClient from @domoinc/toolkit instead of domo.post('/sql/v1/').
Overview
SqlClient is the toolkit wrapper for Domo's SQL API. Use it to execute SQL queries against datasets mapped in manifest.json.
Import and instantiation
import { SqlClient } from '@domoinc/toolkit';
const sqlClient = new SqlClient();