lmortimer / fsharp-dapper-sqlite-example

Quick demo how to create and query a SQLite database with F#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Dapper SQLite Example

A small example showing how to query a SQLite database with F# and Dapper. Built on top of fsharp-dapper on .NET Core 2.2.

Run

git clone https://github.com/lmortimer/fsharp-dapper-sqlite-example.git
cd fsharp-dapper-sqlite-example
dotnet run

About

Quick demo how to create and query a SQLite database with F#


Languages

Language:F# 100.0%