{ "name": "chdb", "abstract": "Execute queries in chDB.", "description": "Execute queries in chDB.", "version": "0.1.0", "maintainer": "David E. Wheeler ", "license": "apache_2_0", "provides": { "chdb": { "abstract": "Execute queries in chDB.", "file": "chdb.control", "docfile": "doc/chdb.md", "version": "0.1.0" }, "chdb_hook": { "abstract": "Hook into PostgreSQL commands to execute chDB queries.", "file": "src/hook/hook.c", "docfile": "doc/chdb_hook.md", "version": "0.1.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "16.0.0" } } }, "resources": { "bugtracker": { "web": "http://github.com/ClickHouse/pg_chdb/issues/" }, "repository": { "url": "git://github.com/ClickHouse/pg_chdb.git", "web": "http://github.com/ClickHouse/pg_chdb/", "type": "git" } }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "ClickHouse", "chDB", "COPY", "S3", "Parquet", "Iceberg", "data lake" ] }