saleem-mirza / serilog-sinks-sqlite

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

Custom columns #12

Closed kravlost closed 2 years ago

kravlost commented 6 years ago

Is it possible to write properties to custom columns, as described here for the MS SQL Server sink?

mika76 commented 5 years ago

The properties seem to be stored as json in the properties field, which means you could use Sqlite's json extensions to query it.

snd94 commented 4 years ago

I am also looking for custom columns addition in SQLite sink, similar to output template option in Rolling File. So i can push all the enrichers values to specified columns. Can anyone suggest me is there any option to achieve this??