About
This skill provides specialized implementation patterns for managing data persistence in F# backend applications, specifically targeting the src/Server/Persistence.fs file structure. It enables Claude to set up SQLite databases using Dapper for high-performance CRUD operations, implement simple JSON file storage for lightweight requirements, or architect complex event-sourced systems. By emphasizing asynchronous I/O, parameterized queries for security, and proper resource management, it ensures that your data access layer is both performant and maintainable.