/chdb-d

chDB binding and examples in D

Primary LanguageDMIT LicenseMIT

chDB D Bindings and Examples

D language bindings and usage examples for chDB, an embedded OLAP SQL engine based on ClickHouse.

Installation of the library

Ensure you have chDB installed on your system - use this installation guide

Using Dub

In future the lib can be installed with:

dub add chdb-d

Examples

To run currently available examples you need just clone the repo and build it:

dub build

Documentation

For complete chDB functionality, refer to the official chDB documentation.