Bun Sqlite

🌐Community
by thebushidocollective · vlatest · Repository

Efficiently queries, analyzes, and manages structured data stored in SQLite databases using advanced AI techniques.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add thebushidocollective-bun-sqlite npx -- -y @trustedskills/thebushidocollective-bun-sqlite
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "thebushidocollective-bun-sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/thebushidocollective-bun-sqlite"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides SQLite database functionality within a Bun environment. It allows AI agents to create, query, and manage SQLite databases directly from JavaScript code using the Bun runtime. This enables persistent data storage and retrieval for agent tasks and applications.

When to use it

  • Persistent Data Storage: When an agent needs to remember information between sessions or interactions (e.g., user preferences, task progress).
  • Local Application State: For managing application-specific data that doesn't need to be shared across multiple agents or systems.
  • Simple Data Management: When a lightweight database solution is sufficient and the overhead of a full-fledged relational database system isn’t necessary.
  • Offline Capabilities: To enable an agent to function with stored data even when internet connectivity is unavailable.

Key capabilities

  • SQLite Database Interaction: Provides methods for creating, connecting to, and querying SQLite databases.
  • Bun Runtime Integration: Designed specifically for use within the Bun JavaScript runtime environment.
  • JavaScript API: Offers a familiar and accessible programming interface using standard JavaScript syntax.

Example prompts

  • "Create a new database called 'tasks' and a table named 'todos'."
  • "Query the 'todos' table and return all entries."
  • "Insert a new record into the 'todos' table with these details: [details]."

Tips & gotchas

  • Requires a Bun environment to be installed and configured. Ensure your agent is running within a Bun context for this skill to function correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thebushidocollective
Installs
17

🌐 Community

Passed automated security scans.