fsharp-dapper
fsharp-dapper copied to clipboard
The wrapper above the 'Dapper' library allows you to write more familiar code in the F # language. It also contains a functional for more simple work with temporary tables
Hello, I want to extract the connection part from the code to make it testable. I have introduced a class like the following: ``` module Queries = type Schema (connectionF:...
I see that Connection has only 2 cases: SqlLite and SqlServer. I note that the docs say that temporary tables only work for these 2 cases. Does that mean the...
test temporary tables for sql server & postgresql. Use in-memory / docker ?