dblogger
Zerolog and standard library log writer for SQLite databases.
Github: https://github.com/conneroisu/dblogger
dblogger ΒΆ
A Go library that provides log writers compatible with both zerolog and the standard library’s log package, storing entries in a SQLite database instead of stdout or a file. I built dblogger for applications where queryable, structured log history matters more than streaming output. It makes it easy to inspect, filter, and aggregate log data with plain SQL long after the process has exited.