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

Type Provider (or Myriad?) Investigations - Reduce boiler plate in provider libs. #25

Open natalie-o-perret opened 3 years ago

natalie-o-perret commented 3 years ago

TPs may have some support for Generative modules... need more investigation

[Update 1]

FSSF Gauthier suggested to look at this

[Update 2]

Or we can look at Myriad Myriad Tutorial: https://www.youtube.com/watch?v=Yef8EJJfd9Q

natalie-o-perret commented 3 years ago

Another solution I tinkered about lately is adding one layer of inheritance to ironically flatten all the discrepancies found across the different ADO.NET Providers.