How to use SQLite with Dapper (In ASP.NET Core 3.1)
SQLite is a small, fast, full-featured SQL database engine, that is written in C. And it runs in the same process as the application itself. It is highly reliable and self-contained. In this blog post, I am going to walk through how to use SQLite with Dapper (a Micro-ORM). Just like any other database, if … Read more