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
Atualizado 1/24/2026
Estrelas
14
Forks
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.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use fsharp-persistence