Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cyrusmsk/chdb-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Two options are available:

  • Dynamic build: add to dub.json
  "subConfigurations": {
    "chdb-d": "dynamicBuild"
  },
  • Static build: add to dub.json
  "subConfigurations": {
    "chdb-d": "staticBuild"
  },

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.

About

chDB binding and examples in D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published