Abstract base class for SQLite repositories.
$ dotnet add package GlitchedPolygons.RepositoryPattern.SQLiteAbstract base class for SQLite repositories.
Makes use of the https://codeberg.org/GlitchedPolygons/RepositoryPattern package.
If you want to clone and work on this, make sure that you have git lfs installed and setup (otherwise the unit tests won't pass because the test .db file is binary).
More information regarding SQLite itself can be found on www.sqlite.org