home/categories/sql-databases/heimeshoff-fsharp-full-stack-blueprint-claude-skills-implementation-fsharp-persistence-skill-md
sql-databasesdatabases

fsharp-persistence

Implement data persistence using SQLite with Dapper, JSON file storage, or event sourcing patterns. Use when adding database tables, CRUD operations, file storage, or event logs. Creates code in src/Server/Persistence.fs with patterns for queries, transactions, relationships, and async I/O. Includes SQLite schema creation, parameterized queries, and proper connection management.

heimeshoff
maintainer
heimeshoff
更新於 1/24/2026
星標
14
分支
2
quick start

Installation and usage

Implement data persistence using SQLite with Dapper, JSON file storage, or event sourcing patterns. Use when adding database tables, CRUD operations, file storage, or event logs. Creates code in src/Server/Persistence.fs with patterns for queries, transactions, relationships, and async I/O. Includes SQLite schema creation, parameterized queries, and proper connection management.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use fsharp-persistence