chdb-go

command module
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2023 License: AGPL-3.0 Imports: 3 Imported by: 0

README

chDB-go

chdb-go

chDB go bindings for fun and hacking.

Do not use this!
  • experimental, unstable, subject to changes
  • requires libchdb.so on the system (see releases or action)
  • requires CGO
Example
import (
    "fmt"
    "chdb"
)

func main() {
    result := chdb.Query("SELECT version()", "CSV")
    fmt.Println(result)
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL