veepee-oss / Vp.FSharp.Sql

Generic F# ADO Provider Wrapper
https://github.com/veepee-oss/Vp.FSharp.Sql
ISC License
35 stars 3 forks source link

Split Command module into CommandBuilder and Command #27

Open natalie-o-perret opened 3 years ago

natalie-o-perret commented 3 years ago

Atm, modules likes, SqliteCommand, PostgreSqlCommand contain too many functions for both building and executing commands.

What I suggest instead:

Need to think about alternatives.