jutsu-bun:bun-sqlite

Official

Work with SQLite in Bun using a high-performance driver.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers Bun's built-in SQLite driver, including prepared statements and transactions for efficient data handling.

Core Features & Use Cases

  • Open & Query: Create or open SQLite databases and run queries.
  • Prepared Statements: Use prepared statements for performance and safety.
  • Transactions: Atomic operations with rollback on error.

Quick Start

Create a SQLite database, prepare an insert, and run a transaction to insert multiple rows.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jutsu-bun:bun-sqlite
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#jutsu-bun-bun-sqlite

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository