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
Mis à jour 1/24/2026
Étoiles
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use fsharp-persistence