In this tutorial we are going to make use of the database engine SQLite with .NET Core. I am using Visual Studio 2019, but of course later works as well. To use SQLite with .NET Core is a really good idea in my opinion because SQLite is a relational database, and very light and easy …