I'm writing a dotnet core application that uses Entity Framework Core and Serilog. I would like to store the logs in a Postgres Database (SQLite when debugging)...I want to be able to pull out the logs from the database through the application so it can b...