概要
This skill empowers Claude with specialized knowledge of Bun's built-in SQLite driver, enabling the creation of high-performance database solutions within the Bun runtime. It provides guidance on opening databases (including in-memory and read-only modes), executing optimized queries, utilizing prepared statements to prevent SQL injection, and managing atomic transactions. By leveraging this skill, developers can implement robust CRUD operations, handle migrations, and apply best practices for database resource management in Bun-based applications without needing external dependencies.