This library is intended to provide some abstractions, helpers, and base classes to reduce the boilerplate code required to implement a QueryProvider for various query engines. It is specifically intented to be used to implement a QueryProvider functionally using F# (as opposed to in other .Net languages).
This project is loosely based on FSharp.QueryProvider and FSharp.MySqlQueryProvider.
- Thanks to @xavierzwirtz for his work on building the initial QueryProvider.
- Thanks to @mattwarren for his awesome blog series on writting a reusable LINQ Provider.