IzyPro / WatchDog

WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime.
MIT License
765 stars 115 forks source link

Sqlite support #84

Closed nhaberl closed 1 year ago

nhaberl commented 1 year ago

Hi, would be great to have Sqlite support also for Sql Databases.

IzyPro commented 1 year ago

Hi @nhaberl Currently, LiteDb is the default embedded database but perhaps we can look into integrating SQLite in the future You can also implement that and send a PR

nhaberl commented 1 year ago

Maybe you have any advice on what to implement?