Todo Kata - FSharp Part 3

Posted on October 07, 2020 in Tutorial • Tagged with Tutorial, F#, Todo, Development, SQLite, Dapper, ORM, SQL

Welcome to Part 3 of the F# Todo kata. In this final part, we will revisit the done application and modify it to work with a SQLite database instead of a text file.

(Note: F# has a great feature called a type provider which can give strongly typed compile-time access …


Continue reading