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

Support for synchronous functions #16

Closed natalie-o-perret closed 3 years ago

natalie-o-perret commented 3 years ago

Suffixed with Sync.

Can be really convenient for some scripting scenarions.

Naive implementation to begin with later on we can iterate with something more optimized.

Applicable to:

natalie-o-perret commented 3 years ago

Done