# Sqlite DB Query

> Execute read-only SQL queries on a local SQLite database file

- Skill: `jadegate/sqlite-db-query` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/sqlite-db-query`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/sqlite-db-query/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/sqlite-db-query

---


# SQLite Database Query

Execute read-only SQL queries on a local SQLite database file

## When to Use

- User wants to sqlite query
- User wants to db query
- Keywords: database, sqlite, sql, query

## Required Parameters

- **db_path** (string): Path to SQLite database file
- **query** (string): SQL SELECT query

## Output

- **rows** (array): Query result rows
- **columns** (array): Column names
- **row_count** (number): Number of rows returned

## Security

- Sandbox level: standard
- Max execution time: 30000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `check_ro` -> 7 steps -> Exit: `ret_ok`, `ret_readonly`, `ret_fail`

