Setting Up a Local Database for Integration Testing in F# with Dapper
I was recently tasked with setting up a local database for integration testing. This code was in F#, and we chose Dapper, a lightweight ORM, for our database needs. After doing some research and consulting with my teammates, we came up with an overview of what’s needed for data related integration tests: Set up a […]