saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

Accept connection strings hosted on NFS shares. #25

Open mihaimyh opened 4 years ago

mihaimyh commented 4 years ago

This PR will use a SQLite database hosted in s NFS share.

I've also updated Newtonsoft.Json, Serilog, System.Data.SQLite.Core and Microsoft.CSharp libraries to their latest version.