I am trying to find an embedded database for logging purposes in golang, as text file based logging is not best suited in windows (no cat, grep or xargs to save your day). So, I am looking for a solution, which will let me fire a query against my log file.

Can anyone please suggest me what solution I can deploy to make logging and MORE IMPORTANTLY, log viewing easy?