Todo Kata - Python Part 3

Posted on October 30, 2020 in Tutorial • Tagged with Tutorial, Python, Todo, Development, SQLite

Welcome to Part 3 of the Python 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.

We will see that Python makes this very easy with its built-in integration with SQLite in the …


Continue reading

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