An open API service indexing awesome lists of open source software.

https://github.com/auxten/clink-core

Column Oriented In-Memory Engine
https://github.com/auxten/clink-core

Last synced: 4 months ago
JSON representation

Column Oriented In-Memory Engine

Awesome Lists containing this project

README

        

# DuckDB engine of Clink

Currently, you must compile DuckDB manually.

## How to use

1. Compile DuckDB manually. v0.2.6 is tested
2. Modify the LDFLAGS in [duckdb.go](duckdb.go)
3. Try `cd examples && go run .`