veepee-oss / Vp.FSharp.Sql.Sqlite

F# Wrapper for SQLite using System.Data.SQLite and Vp.FSharp.Sql
https://github.com/veepee-oss/Vp.FSharp.Sql.Sqlite
ISC License
26 stars 3 forks source link

Moving to Microsoft.Data.Sqlite? #3

Open natalie-o-perret opened 3 years ago

natalie-o-perret commented 3 years ago

Due to this ticket: https://github.com/veepee-oss/Vp.FSharp.Sql/issues/18

We won't have any reason to get stuck with System.Data.Sqlite.Core.

bromanko commented 2 years ago

I'm curious what your latest thinking on this is. I've made the minor changes needed for basic support of Microsoft.Data.Sqlite. However I see that you didn't want to make the change because of TransactionScope support.