Skip to content

Releases: saygox/duckdb-httpd-log

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 07:02
f5aad68

Changes

  • Merge pull request #11 from saygox/develop

Installation

download https://github.com/saygox/duckdb-httpd-log/releases/download/v0.1.0/httpd_log-v0.1.0-*.tar.gz
and unpack

-- DuckDB v1.4.3+
INSTALL httpd_log FROM 'httpd_log.duckdb';
LOAD httpd_log;

See README for usage examples.