Dzoukr / Dapper.FSharp

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite
MIT License
374 stars 35 forks source link

Add support for SQLite (Microsoft.Data.SQLite) #74

Closed prosconi closed 1 year ago

prosconi commented 1 year ago

This is the implementation for: #73

Dzoukr commented 1 year ago

Looks good, need to play with it a little bit first. Btw, I am thinking about using InsertOrReplace on the method level.