Agent skill
database
Run queries on SQL database
Stars
1
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/rakibdev/dotfiles/tree/main/home/.config/ai/skills/database
SKILL.md
Usage
bash
bun -e "
import { SQL } from 'bun'
const sql = new SQL(process.env.DATABASE_URL)
console.log(await sql\`SELECT * FROM users LIMIT 1\`)
await sql.close()
"
- Use
LIMIT 1to inspect schema without wasting tokens.
Didn't find tool you were looking for?