关于
The Bun SQLite skill empowers Claude to implement and optimize data persistence within Bun environments using the high-performance `bun:sqlite` module. It provides patterns for efficient schema design, prepared statements, and advanced transaction handling, ensuring developers can build fast, reliable local databases. Whether you are creating a lightweight backend, a CLI tool, or an edge-side application, this skill offers the best practices for leveraging SQLite's full potential within the Bun ecosystem, including performance tuning via PRAGMA settings and Write-Ahead Logging (WAL).