SQLite query engine
Filter, aggregate, join and transform parsed data with standard SQLite syntax.
A portable Windows command-line utility for querying logs and structured text with standard SQLite SQL, plus documented MCP integration for AI agents and automation.
Filter, aggregate, join and transform parsed data with standard SQLite syntax.
Run the documented ulogparser.exe binary from the command shell.
Write CSV, JSON, XML, HTML and Markdown for downstream tools.
Connect parsing and query capabilities to configured AI workflows.
ParsingModule defines the files or Windows source and its input format. SQLite handles filtering, grouping, joins and window functions.
Query documentationCREATE VIRTUAL TABLE evt USING
ParsingModule('System', -i=EVT);
SELECT EventTypeName, COUNT(*) AS total
FROM evt
GROUP BY EventTypeName;Download the current Windows release free.